On Mar 8, 2011, at 2:00 PM, DenesL wrote: > > I mean curl --trace-ascii > > On Mar 8, 4:37 pm, DenesL <denes1...@yahoo.ca> wrote: >> On Mar 8, 1:06 pm, Jonathan Lundell <jlund...@pobox.com> wrote: >> >>> Try making the requests with curl -I and see if there's a chain of >>> redirects that might offer a clue. >> >> Maybe you meant curl -1 (minus one), >> using this option I get the default layout with the two forms, no >> redirection (?).
Just curl -I should show you any redirects. If curl is following the redirects (I don't think it does by default) you can use --max-redirs 1.