-
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
Redirects with schema changes: Too many redirects detected when doing the request #244
Labels
Comments
gabrielperezs
added a commit
to gabrielperezs/fasthttp
that referenced
this issue
Mar 26, 2017
Related with the issue valyala#244
gabrielperezs
added a commit
to gabrielperezs/fasthttp
that referenced
this issue
Mar 30, 2017
The test code create two servers. One with TLS and the other without. The a client will send a request to the http and will receive an 301 code to a https url. Related valyala#244
gabrielperezs
added a commit
to gabrielperezs/fasthttp
that referenced
this issue
Sep 19, 2018
Related with the issue valyala#244
gabrielperezs
added a commit
to gabrielperezs/fasthttp
that referenced
this issue
Sep 19, 2018
The test code create two servers. One with TLS and the other without. The a client will send a request to the http and will receive an 301 code to a https url. Related valyala#244
erikdubbelboer
pushed a commit
to gabrielperezs/fasthttp
that referenced
this issue
Oct 8, 2018
Related with the issue valyala#244
This is fixed now that 996610f has been merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the testing you can use the url http://www.reddit.com/static/button/button1.js, if you do a simple curl to this url will return a 301 code with a new url over https:
But using the fasthttp.HostClient will return an error "301 too many redirects detected when doing the request"
Code example to reproduce it.
Full output of the testing
The text was updated successfully, but these errors were encountered: