Skip to content
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

Ensure that 307 status is handled well in TimeGate #129

Open
ibnesayeed opened this issue Mar 14, 2020 · 1 comment
Open

Ensure that 307 status is handled well in TimeGate #129

ibnesayeed opened this issue Mar 14, 2020 · 1 comment
Labels

Comments

@ibnesayeed
Copy link
Member

Recent versions of PyWB return 307 instead of 302 on TimeGate endpoints. We need to test if MemGator handles it well.

@ibnesayeed
Copy link
Member Author

Relevant code is located in:

if res.StatusCode != http.StatusOK && res.StatusCode != http.StatusFound {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant