-
Notifications
You must be signed in to change notification settings - Fork 181
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
Bug for Proxy in requests? #705
Comments
A change like this is probably a good idea. It might be easier to review / comment / suggest changes if you submit a PR though. |
OK, I'll try to submit PR
***@***.***
From: Eric Forgy
Date: 2021-05-01 01:12
To: JuliaWeb/HTTP.jl
CC: liupgd; Author
Subject: Re: [JuliaWeb/HTTP.jl] Bug for Proxy in requests? (#705)
A change like this is probably a good idea. It might be easier to review / comment / suggest changes if you submit a PR though.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
liupgd
added a commit
to liupgd/HTTP.jl
that referenced
this issue
May 2, 2021
quinnj
added a commit
that referenced
this issue
May 26, 2022
This was
linked to
pull requests
Jun 8, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Julia 1.6.0
HTTP.jl 0.9.7
WebSockets.jl 1.5.9
Hi, I'm using the separate package 'WebSockets.jl' which is based on HTTP.jl package. When I setted proxy for the websocket client, the client always returned 'Bad Request'. After my debug into HTTP.jl, I found maybe some code is wrong in line 95~120 of ConnectionRequest.jl.
The problem is that, if proxy is setted, the code only handle for https not for ws or wss.
We have discussed this bug in this issue
Can anybody confirm whether my modification is right? I just do that intuitively. BTW, I've not tested 'ws' scheme, I think 'ws' should also be considerred in above.
Thanks.
The text was updated successfully, but these errors were encountered: