-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP protocol doesn't follow redirect #121
Comments
Adding my comment from Slack, for the record: This is a missed case: doesn't check for r Same for: which only returns True or False based on whether the status is 206 or not. This should be an issue asking to support redirects. On the second issue of not being able to access the redirected file: I wasn't able to the first time, then I was every subsequent time. I verify that I can read the data in it. I don't know if this was a one-time GitHub thing or if it always needs to "warm up," or what. |
When you are at it, please don't forget the other redirect status codes: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_redirection |
* use file in skhep testdata * remove hyphen * use tag instead of branch (#973 (comment)) * remove network pytest mark (#973 (comment)) * use proper http links instead of local paths * update skip comment * update comment
I cannot open
yet I can open the place it
302
redirects to:The text was updated successfully, but these errors were encountered: