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 · 1 comment
Open

Convert "GET" requests to "CONNECT" #533

mariuszste opened this issue Apr 7, 2024 · 1 comment

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
@fnesveda
Copy link
Member

fnesveda commented Nov 5, 2024

Hi, unfortunately, due to low capacity in the team, we won't get to this anytime soon. But if this is an important feature for you, PRs are definitely welcome 🙂

@fnesveda fnesveda removed the t-platform Issues with this label are in the ownership of the platform team. label Nov 5, 2024
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

No branches or pull requests

4 participants