|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
When a site uses an ASP form using the "Post" method, I cannot connect to the site using an URL parsing the parameters with ? and &.
Please help me with this!!! |
|
#2
|
|||
|
|||
|
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 '?'.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > login to the ASP site using an URL!!! HELP!!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|