Skip to content
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

Convert "GET" requests to "CONNECT" #533

Open
mariuszste opened this issue Apr 7, 2024 · 0 comments
Open

Convert "GET" requests to "CONNECT" #533

mariuszste opened this issue Apr 7, 2024 · 0 comments
Labels
t-platform Issues with this label are in the ownership of the platform team.

Comments

@mariuszste
Copy link

mariuszste commented Apr 7, 2024

The idea is simple, when the options is set:

  • parse any incoming HTTP requests
  • extract the hostname and port
  • CONNECT to the upstream proxy using the host/port
  • send the http request over the tunnel and continue as normal

this would also resolve #15

@mtrunkat mtrunkat added t-platform Issues with this label are in the ownership of the platform team. t-tooling Issues with this label are in the ownership of the tooling team. labels Apr 10, 2024
@fnesveda fnesveda removed the t-tooling Issues with this label are in the ownership of the tooling team. label Apr 10, 2024
@jirimoravcik jirimoravcik removed their assignment May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-platform Issues with this label are in the ownership of the platform team.
Projects
None yet
Development

No branches or pull requests

4 participants