cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: URL capture

From: Ralph Mitchell <ralphmitchell_at_gmail.com>
Date: Wed, 21 Sep 2005 10:38:42 -0500

You might want to take a look at LiveHTTPHeaders (a Firefox extension). It
shows you eveything that's being submitted when you follow a url.

Rlaph Mitchell

On 9/21/05, C Wells <s2audi_at_yahoo.com> wrote:
>
> I use curl to submit URLs like this (which is
> contained in a file)
>
>
> https://DESTINATION/servlets/Login?username=USERUSER&password=PASSPASS&destURL=IceDispatch%3frequest=%3Crequest%20name=%22getObjects%22%20class=%22OBJECTSA%22%20include-details=%22true%22%2F%3E
>
> The reason it works is because someone told me the
> URL, which is the result of pressing a button in some
> IE presented java app.
>
> My problem is that I have many more URLs I need to
> script with curl, but I have no idea how to 'capture'
> what is being submitted (ie what to put in the file to
> submit). Do I have to capture the packets in a sniffer
> ? There must be some way to reveal the URL a browser
> is submitting when you hit the button ? I looked on
> the FAQ about changing methods, etc, but this doesn't
> work. Any ideas ?
>
> Thanks
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
Received on 2005-09-21