> -----Original Message-----
 > And how to handle 300 responses is not really well defined in RFC 2616
> either.  It says that the "entity" will contain a list of resources
> that the user agent can choose between.  It then goes on to say that
> there might also be a Location field containing the server's preferred
> choice.  It does not specify what entity types can be used, and it
> does not say what should happen to non-GET requests if we were to
> follow this Location.  Should we handle it like 303 or 307?
> 
> In short I think it is better to just ignore this problem and do
> nothing at the LWP level about it.

I hear ya....
 
> Do you know how MSIE/Mozilla deal with 300 responses?

Using tests from:
http://diveintomark.org/tests/client/http/

Code 300

MSIE 6 - redirect
Firebird 0.7+ - redirect

Code 320

MSIE 6 - no redirect
Firebird 0.7+ - no redirect

*shrug* :)

Might as well leave it to the client to do what I needs - seems everyone has
a different answer.

Thanks for your time!

-Brian


http://www.gordano.com - Messaging for educators.

Reply via email to