jesbin / crawler4j

Automatically exported from code.google.com/p/crawler4j
0 stars 0 forks source link

We should support all redirect status codes #290

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently we support redirect codes:
301 & 302

We should add support for the following status codes:
300, 303, 307, 308

As explained in Wikipedia:
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

Original issue reported on code.google.com by avrah...@gmail.com on 20 Aug 2014 at 2:22

GoogleCodeExporter commented 8 years ago
Fixed in revision: bd9de8773424 

Original comment by avrah...@gmail.com on 20 Aug 2014 at 2:24