redirects and relative URLs

2012-01-29 Thread Henry Story
If I dereference a URL which contains a redirect to another resource, and that resource contains relative URLs, how should the relative URLs of the returned document be completed? With the initial URL? Or with the one given in the Location header (or some other header?) of the last document?

Re: redirects and relative URLs

2012-01-29 Thread John Erickson
Henry asked: If I dereference a URL which contains a redirect to another resource, and that resource contains relative URLs, how should the relative URLs of the returned document be completed? With the initial URL? Or with the one given in the Location header (or some other header?) of the

Re: redirects and relative URLs

2012-01-29 Thread Henry Story
On 29 Jan 2012, at 14:03, John Erickson wrote: Henry asked: If I dereference a URL which contains a redirect to another resource, and that resource contains relative URLs, how should the relative URLs of the returned document be completed? With the initial URL? Or with the one given in the