Closed GoogleCodeExporter closed 9 years ago
The internal server error cannot be caused by Poster. You should handle the
lack of authentication gracefully
on your side.
Poster uses the XMLHttpRequest object to send requests which has extended
features when you use it within
a plugin. Unfortunately, you can't force Firefox to send an authentication the
first time. It requires a
authentication challenge somewhere along the way (either via Poster or the web
browser) to know that the
"Authorization" header should be sent.
You need to send a "WWW-Authenticate" header as a response for either Basic or
Digest authentication when
you receive an request that requires authentication. That would be the
appropriate response for the server to
avoid a 500 status return.
Original comment by alexmilo...@gmail.com
on 16 Sep 2009 at 2:12
Original issue reported on code.google.com by
angela.r...@metoffice.gov.uk
on 16 Sep 2009 at 11:12