cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: login does not pass through the POST request

From: Peter Sylvester <peter.sylvester_at_edelweb.fr>
Date: Thu, 14 Jul 2011 15:33:06 +0200

On 07/14/2011 12:33 PM, Pourriels wrote:
> Using Firebug, and investigating the source code, I could find only the 3 POST parameters (login,
> password, Button_DoLogin)
take a closer look ...

>
> I try now to use the Tamper plugin for Firefox, and I have indeed 4 POST parameters instead of 3:
>
> login=mylogin
> password=mypassword
> Button_DoLogin.x=33
> Button_DoLogin.y=6
>
> And the last values for Button_DoLogin.x and Button_DoLogin.y are always different. (Maybe some
> coordinates?)
>
> Anyway.
... read the definition of type="image" for input.

<input id="LoginButton_DoLogin" value="Login"... type="image"name="Button_DoLogin"><

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-07-14