Distinct - Support - FAQ
Knowledge Base
Ask Cody
Resources
How do I specify the HTTP headers such a cookie header?
To add additional header fields in the http request use the UserAgent property. For example:
MyHeader = "Mozilla" + Chr(13) + Chr(10) + "My Field: MyData"
Httpctrl.UserAgent = MyHeader