Guest_imported
New member
- Jan 1, 1970
- 0
I have writen a c# programm that executes a cgi script written in c# via a HTTP POST request. With the POST request, I also include some information, I want to use in the cgi script.
In a HTTP GET I can get this information by reading the Querystring variable.
How can I get this information when using a POST request? I think I should read the stdin somehow. Can anybody help me.
Thanks.
Ralph
In a HTTP GET I can get this information by reading the Querystring variable.
How can I get this information when using a POST request? I think I should read the stdin somehow. Can anybody help me.
Thanks.
Ralph