![]() |
|
|
|
#1 |
|
A site propt for a login and password (POST request), then prompt for
an ID to finnaly reach interesting data. Is it possible to bypass all these pages by having a single page for example or having everything in the URL (the servers have variables in the URL but also others as POST) ? ilyas.guennoun@gmail.com |
|
|
|
|
#2 |
|
Posts: n/a
|
Gazing into my crystal ball I observed writing in
news: oups.com: > A site propt for a login and password (POST request), then prompt for > an ID to finnaly reach interesting data. > Is it possible to bypass all these pages by having a single page for > example or having everything in the URL (the servers have variables in > the URL but also others as POST) ? > > http://www.example.com/login.php?use...sword=password Of course, you would encrypt this information some sort of way, and you can test on the server whether it is coming from a post or get method, then act accordingly. -- Adrienne Boswell at Home Arbpen Web Site Design Services http://www.cavalcade-of-coding.info Please respond to the group so others can share |
|
|
|
#3 |
|
Posts: n/a
|
On Mon, 17 Jul 2006 14:20:15 GMT, Adrienne Boswell <>
wrote: >Gazing into my crystal ball I observed writing in >news: roups.com: > >> A site propt for a login and password (POST request), then prompt for >> an ID to finnaly reach interesting data. >> Is it possible to bypass all these pages by having a single page for >> example or having everything in the URL (the servers have variables in >> the URL but also others as POST) ? >> >> > >http://www.example.com/login.php?use...sword=password > >Of course, you would encrypt this information some sort of way, and you can >test on the server whether it is coming from a post or get method, then act >accordingly. |
|