Re: FormPostAdd & Request:Body - WeOnlyDo Discussion board

Re: FormPostAdd & Request:Body (General questions)

by Skc, Monday, September 24, 2007, 10:21 (6270 days ago) @ wodSupport

Skc,

did you set appropriate request header too? Look at Request.Headers.ToString in both cases - when we do formpost, and when you do it manually. What are you missing in your case?

Kreso

No I did not set the request.headers. Do I need to? It is not stated in the Post() documentation.

the Request.Tostring of formpost return Content-Type: application/x-www-form-urlencoded .

I set this above string using Request.Headers.Add and it works!
Is there anything else that is required other than this?


Complete thread: