-
Notifications
You must be signed in to change notification settings - Fork 183
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 GET error after get 302 response #435
Comments
maybe I got same error... |
there is a
|
This was referenced Nov 27, 2020
fredrikekre
added a commit
that referenced
this issue
May 1, 2021
fredrikekre
added a commit
that referenced
this issue
May 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Julia 1.0.4
HTTP.jl 0.X.X (Pulled Aug 07, 2019)
MbedTLS.jl v0.6.8 -- Please specify versions
I am having this code
the site
http://foo.com/
redirects tohttp://foo.com/home.php
The response header (generated by verbose):
And running Julia gives me this error:
I am thinking HTTP trying to open
home.php
instead ofhttp://foo.com/home.php
so the program gives me this error and exit. Can you guy fix this?The text was updated successfully, but these errors were encountered: