The challenge is to navigate into an ASP.NET site, which requires a sequence
of GET and POST requests and that uses multiple session cookies.

1. Session cookies don't save in the release version (1.9.1).

I downloaded a pre-release version which supports --keep-session-cookies.
However...

2. Only 1 session cookie is saved. The site generates many. Result:
showstopper.

3. You can't issue multiple POSTs in a single command.

Which brings us back to (1). To navigate into a site that requires some
mixture of GET and POST requests to login and find the right page is just
hard work. You have to use 3 cookie switches on every command to --load,
--save and --keep session cookies. 

I pray for something better, like IJW (It Just Works).

To summarise
------------

All I want is to be able to issue a sequence of GET and POST requests in a
specific order prior to specifying the file(s) to download, and to have
session cookies automatically do the right thing. Is this too much to ask?

David B.


Reply via email to