[GH-ISSUE #3768] [feature]: proxy support #1313

Open
opened 2026-03-16 19:47:50 +03:00 by kerem · 4 comments
Owner

Originally created by @baek-sang on GitHub (Jan 22, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3768

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Need socks, http, https proxy support

not proxyscotch

Why should this be worked on?

To work in an internal network

Originally created by @baek-sang on GitHub (Jan 22, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3768 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Need `socks`, `http`, `https` proxy support not [proxyscotch](https://github.com/hoppscotch/proxyscotch) ### Why should this be worked on? To work in an internal network
Author
Owner

@danielloader commented on GitHub (Jan 30, 2024):

SOCKS5 proxy would be very useful when paired with mirrord (via microsocks) for executing http requests inside of a target Kubernetes cluster.

<!-- gh-comment-id:1916472130 --> @danielloader commented on GitHub (Jan 30, 2024): SOCKS5 proxy would be very useful when paired with mirrord (via microsocks) for executing http requests inside of a target Kubernetes cluster.
Author
Owner

@billy-doyle commented on GitHub (Sep 1, 2024):

something like this equivalent curl command for proxies would be perfect:

curl -X GET --proxy 'http://some-squid-proxy:3128' 'https://api.example.com/v1/endpoint'

<!-- gh-comment-id:2323346423 --> @billy-doyle commented on GitHub (Sep 1, 2024): something like this equivalent curl command for proxies would be perfect: `curl -X GET --proxy 'http://some-squid-proxy:3128' 'https://api.example.com/v1/endpoint'`
Author
Owner

@Jellayy commented on GitHub (Sep 9, 2024):

+1

Not being able to utilize a simple HTTP proxy on localhost in the proxy interceptor makes this completely unusable in a corporate environment. This is a feature in other platforms like postman and insomnia and some even respect the HTTP_PROXY HTTPS_PROXY and NO_PROXY vars in your environment which is super helpful.

<!-- gh-comment-id:2338975514 --> @Jellayy commented on GitHub (Sep 9, 2024): +1 Not being able to utilize a simple HTTP proxy on localhost in the proxy interceptor makes this completely unusable in a corporate environment. This is a feature in other platforms like postman and insomnia and some even respect the `HTTP_PROXY` `HTTPS_PROXY` and `NO_PROXY` vars in your environment which is super helpful.
Author
Owner

@liyasthomas commented on GitHub (Sep 25, 2024):

Reopening this issue for continued tracking as it was unintentionally closed. This is still relevant for further discussion/implementation. Thank you!

<!-- gh-comment-id:2373064466 --> @liyasthomas commented on GitHub (Sep 25, 2024): Reopening this issue for continued tracking as it was unintentionally closed. This is still relevant for further discussion/implementation. Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1313
No description provided.