8 ms·
When trying to crawl a URL that sends a 302 with a relative URI reference in Location, it fails. E.g. if http://www.example.com http://www.example.com sends a 3
by brodd 12y ago
When trying to crawl a URL that sends a 302 with a relative URI reference in Location, it fails. E.g. if http://www.example.com http://www.example.com sends a 302 with "Location: /en/".
- pauljohncleary 12y agothank you! I was hunting for a similar bug and I think you've uncovered it. Relative location headers are in HTTP 1.1 so we should respect them: http://en.wikipedia.org/wiki/HTTP_location#Relative_URL_example http://en.wikipedia.org/wiki/HTTP_location#Relative_URL_exam...