Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Based on the RFC it seems like the Location field in an HTTP Response for a 302 should be absolute. http://tools.ietf.org/html/rfc2616#section-14.30

If this statement is correct, do browser honor this - or do they allow relative paths?

share|improve this question

1 Answer

up vote 4 down vote accepted

That's a bug in RFC 2616. See http://greenbytes.de/tech/webdav/draft-ietf-httpbis-p2-semantics-17.html#rfc.section.9.5.

share|improve this answer
Please leave a note in the specs that adding the URI fragment identifier is not in conformance with / different to [RFC3986] absolute / relative URI resolution rules. – hakre Dec 17 '12 at 1:56
@hakre please elaborate over on the Working Group's mailing list – Julian Reschke Dec 17 '12 at 7:12
As you're the editor I just wanted to ensure you know about this, so thank you for letting me know. QFT "@hakre please elaborate over on the Working Group's mailing list – Julian Reschke Dec 17 '12 at 7:12" – hakre Jan 23 at 10:28
hakre: I have no idea what you're talking about, thus I asked to elaborate -- not here, but in the right forum for that. – Julian Reschke Jan 24 at 8:38
2  
What are you talking about? Isn't the question talking about a RFC (a.k.a. de facto standard) while this answer is talking about a Draft (i.e. work in progress)? – BlaM Feb 19 at 16:45
show 6 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.