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
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’
Yep, thats it, thank you very much