How do I send variables via HTTP to an ASP page using POST method?

  • Thread starter Thread starter paul
  • Start date Start date
P

paul

I'm trying to send parameters with values(p_id, p_pw) from
a cgi source to an asp source via HTTP as shown below;

POST http://www.test.com/test.asp HTTP/1.0
User-Agent: Test-Client/1.00 (WinNT)
Content-length: 20

p_id=test&p_pw=test&

How do I get the values p_id, p_pw from the asp source?

* I'm an ASP begginer...
 
Thanx Benny but that doesn't work.
I'm trying to parse values from a cgi to an asp page via
HTTP protocol?(without using ie).
I guess request.form object works only when using with a
form in ie.
 
Paul,
I don't think you get your answer in this newsgroup (you never know but) you
find maybe your answer in the dotnet.asp.net newsgroup.
This newsgroup for visual.studio Net VB.net questions.
Succes
Cor
 
Back
Top