|
|
| | |
| How do I specify the HTTP headers such a cookie header? |
|
| | |
| Product: Distinct VIT | Topic: HTTP | Last updated: 3/17/2008 | | | | Q.: How do I specify the HTTP headers such a cookie header? | A.: 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
|
If you did not find what you are looking for:
|
![]()
|
|