Replies: 1 comment 3 replies
-
You can tick on the It will:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Using a mix of the Reverse Proxy and Scripting, I am effectively using Proxyman as a lightweight web server that can return simple payloads back.
Currently my setup is:
Now, the call to httpbin.org is actually totally unnecessary and is making things slower than I need.
Is there a way to improve this so that the onRequest is immediately returning a response, or at least not firing a call to an external service?
One advantage of the call to httpbin however is that I can see it in the Proxyman list (and therefore examine it). I would not want to lose the ability to inspect the incoming call.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions