headzoo / surf

Stateful programmatic web browsing in Go.
MIT License
1.48k stars 159 forks source link

Meta Refresh handling doesn't look at http Refresh header #38

Open lox opened 8 years ago

lox commented 8 years ago

It looks like the meta refresh handling only looks for a head tag, but the other common way to deliver meta refresh redirects is via the Refresh header (don't ask me why you wouldn't just use a redirect).

http://www.otsukare.info/2015/03/26/refresh-http-header