-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Don't redirect http to https #440
Comments
The service is now https only. |
a test suite should be running httpbin locally, not using httpbin's production service. |
There are also docker containers if that makes your life simpler for running it locally. |
Should be back to normal now. |
Thanks @kennethreitz and @eserte. I guess we should rethink how we're testing this in |
As an alternative this site offers both protocols: |
Currently httpbin does not work as "documented". For example, one of the examples does not return 418 anymore, but 301:
This is breaking the test suite of https://github.com/libwww-perl/Net-HTTP (@oalders FYI).
The text was updated successfully, but these errors were encountered: