Skip to content

fix: explicitly set ProxyConnectHeader for Webshare HTTPS CONNECT auth#10

Merged
Jing-yilin merged 1 commit into
developfrom
fix/webshare-proxy
Feb 27, 2026
Merged

fix: explicitly set ProxyConnectHeader for Webshare HTTPS CONNECT auth#10
Jing-yilin merged 1 commit into
developfrom
fix/webshare-proxy

Conversation

@Jing-yilin
Copy link
Copy Markdown
Contributor

Go's http.Transport does not auto-handle 407 for HTTPS CONNECT tunnels. Must set ProxyConnectHeader with Proxy-Authorization upfront.

Fixes Proxy Authentication Required error when ECS connects to p.webshare.io.

Go's http.Transport does not auto-retry 407 for CONNECT tunnels.
Must set Proxy-Authorization header upfront via ProxyConnectHeader.
@Jing-yilin Jing-yilin merged commit 726bc09 into develop Feb 27, 2026
2 checks passed
@Jing-yilin Jing-yilin deleted the fix/webshare-proxy branch February 27, 2026 07:25
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.

1 participant