Skip to content

Conversation

@karlseguin
Copy link
Collaborator

There are at least two types of proxies we should support, relaying and MITM (I don't know what it's actually supposed to be called).

This adds support for MITM, which means that our HTTP client does a normal HTTP request to the proxy server, but the request path is the full URL. The upstream proxy then issues its own HTTP request to the destination. The benefit of this approach is that the proxy can easily modify the request/response, which is the behavior I currently need.

@karlseguin karlseguin merged commit ea556ff into main May 15, 2025
9 checks passed
@karlseguin karlseguin deleted the http_proxy branch May 15, 2025 04:58
@github-actions github-actions bot locked and limited conversation to collaborators May 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants