is there a simple way to use http listener to act as a agent of an existing web server/service? #5248
linxd
started this conversation in
Feature/Enhancement Ideas
Replies: 1 comment 2 replies
-
Just set up an HTTP listener and an HTTP sender. You'll want to pay close attention to headers. You will need to proxy the headers and the http method from the listener to the sender |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want using mirth to act as a middler of a http service (just like api gateway ). how to do?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions