
January 31st, 2003, 05:53 PM
|
|
Junior Member
|
|
Join Date: Jan 2003
Location: Las Vegas, NV
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
You can't put values in the URL to login when using post. The post method stores the information in the HTTP header and is not accessible from the address bar. If the calling page used get, this would be possible because get stores the information in the address bar after the character '?'.
|