Some bad sites gives in location header URL without proper encoding #189
Closing this, please refer to Feature #7396 in redmine |
|
toddmazierski |
5bbe5c0
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
becouse this url returns a redirect with improper encoding:
Note the \xC3\xB3 bad encoded location return.
Added URI.encode to header['location'] on open-uri module.