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...
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...