Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Bypass authentication page

 
Thread Tools Search this Thread
Old 07-16-2006, 03:46 PM   #1
Default Bypass authentication page


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
  Reply With Quote
Old 07-17-2006, 03:20 PM   #2
Adrienne Boswell
 
Posts: n/a
Default Re: Bypass authentication page

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

  Reply With Quote
Old 07-17-2006, 11:50 PM   #3
Seen
 
Posts: n/a
Default Re: Bypass authentication page

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.


  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump