mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #458] proxy use python requests request https website can not working but http website working fine #365
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ztitin on GitHub (Nov 20, 2021).
Original GitHub issue: https://github.com/snail007/goproxy/issues/458
I build a proxy server use proxy go, and write a client use python requests lib, but it's just working with http website, when i try to request https website reurn 407 code and the credential of proxy is correct.
Expected Behavior
python requests https website is same result like request http website
Current Behavior
python requests https website can not get result like request http website
Possible Solution
need you check
Steps to Reproduce
Context (Environment)
@snail007 commented on GitHub (Nov 20, 2021):
pls using the latest requests library .
@ztitin commented on GitHub (Nov 20, 2021):
Hi thanks for the reply i just using requests latest version 2.26.0 but still get same issue.
@fastjien commented on GitHub (Jan 19, 2022):
大佬你解决了吗,我遇到了相同的问题