|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Tricky problem. need your help
Hi all,
I would need some help. I need to login to a member section of a website and get authenticate at the index.asp before i can reach tools.asp, another page i will use. I see that the member section do not use cookie. It used session. I had tried reaching tools.asp directly (with all the variable pass in together in a url ...example: URL). However, it will redirect me back to index.asp , asking me to authenticate first. Is there a way to skip index.asp and go directly to tools.asp? Regards, Joseph |
|
#2
|
||||
|
||||
|
If the authentication script only occurs on index.asp, then obviously you will not be able to attempt to authenticate anywhere else. So, if you change the url you posted above to read http://page.com/index.asp?user=id&pass=pass, then change your ASP code to request("user") instead of request.form("user"), then that should work.
PS - please use a more descriptive thread subject in the future. I have changed this one so others know what the thread is about. |
|
#3
|
|||
|
|||
|
sighz..
I'm not the one who coded those asp application. Can't do much. |
|
#4
|
|||
|
|||
|
I am thinking of setting up a frame page. top frame will auto login through index.asp. the bottom frame will go to tools.asp after 10 seconds.
Does unix "lynx" or "curl" support frame? |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > ASP querystring parameters |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|