Not sure how I would add this to my request header - WeOnlyDo Discussion board

Not sure how I would add this to my request header (wodHttpDLX)

by anonymous, Monday, October 25, 2010, 16:55 (4924 days ago)

[{ app : mbuzzy , action : login , data :{ uid : partylineworld , pw : optic99 }, ui :{ default :{ data :{ opaque :{ caller : lightbox }}}}}]

Re: Not sure how I would add this to my request he

by woddrazen, Monday, October 25, 2010, 17:11 (4924 days ago) @ anonymous

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