in reply to Re: POST question ( . vs _)
in thread POST question ( . vs _)

Dang... even if I pass it a valid username and password w/ in POST, it knows I'm not logged in. Gonna have to study up a bit.

Replies are listed 'Best First'.
Re^3: POST question ( . vs _)
by perrin (Chancellor) on Mar 28, 2006 at 15:30 UTC
    If you are able to use it from a browser, just look at the headers using a logging proxy or the Firefox LiveHTTPHeaders extension. It's probably looking for a cookie or a referer header.