Re: FormPostAdd & Request:Body (General questions)

by Skc, (6435 days ago) @ Jasmine

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?

locked

Complete thread: