#1145·mockoon

[Feature Request] Add support for HTTP and SOCKS proxy

Author: guipivotoCreated Sep 19, 2023Updated Jun 3, 2026
Labelsstatus:need-investigationcomponent:lib-commons-servercomponent:app

Hello.

First, thank you for the awesome app. I just miss one feature: Being able to redirect the unmapped routes to a host that is behind a proxy.

Background: Usually, we don't map all routes and the unmapped routes are redirected to a host that we call "proxy" within the app. However, that host is sometimes behind a actual HTTP or SOCKs proxy. This way, I can't forward the unmapped routes to that host.

Request: Being able to start Mockoon and set a HTTP/SOCKs proxy via command line. Like Google Chrome, for example: "C:\Program Files\Google\Chrome\Application\chrome.exe" --proxy-server=socks5://127.0.0.1:1082

This is the only feature that I miss.. being able to work with APIs that are behind a actual proxy. Sorry if this is already supported but every time I search for something, Google keeps me suggesting the "Proxy" feature already in the app

Again: Thanks!