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

Switch redirect tests to httpbingo.org #2090

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

falbrechtskirchinger
Copy link
Contributor

Redirect tests fail using httpbin.org or nghttp2.org/httpbin. The location header value contains a string representation of a Python byte string (e.g., b'http://www.google.com/'), which results in a 404 error.

Note: httpbingo.org allows only a few destination URLs for the redirect, hence the change to example.com.

Related: #538

Redirect tests fail using httpbin.org or nghttp2.org/httpbin. The
location header value contains a string representation of a Python byte
string (e.g., b'http://www.google.com/'), which results in a 404 error.
@yhirose
Copy link
Owner

yhirose commented Mar 5, 2025

@falbrechtskirchinger thanks for taking care of this, too as well as #2089! It looks like some checks still fail. Did you figure out why?

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

Successfully merging this pull request may close these issues.

2 participants