Re: Not sure how I would add this to my request he (General questions)
Hi,
You can add new header to wodHttpDLX request on this way:
[code]wodHttp1.Request.Headers.Add name_of_header , value [/code]
However maybe you only need to add this contents to body of current request:
[code]wodHttp1.Request.FormPost.Add Username , joe [/code]
Let us know how it goes.
Regards,
Drazen
Complete thread:
- Not sure how I would add this to my request header - anonymous, 2010-10-25, 16:55
- Re: Not sure how I would add this to my request he - woddrazen, 2010-10-25, 17:11