Multiple custom headers in http request

Nettalk.
Can I use and how, multiple custom headers before POST’
For example, 3 custom headers:
csoap.CustomHeader =‘Accept: application/json’
csoap.CustomHeader =‘Mock:true’

and so on

ThisWebClient.CustomHeader = ‘header-one<13,10>’ & |
            ‘header-two’

2 Likes

Yep, thats it, thank you very much