Replies: 1 comment 1 reply
-
You'll need to modify to the request. This might help you a bit: https://github.com/chimurai/http-proxy-middleware/blob/master/recipes/modify-post.md |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, would just like to ask if it's possible to change the method of the proxy request? For example, I wanted the request
GET /hello
to be sent asPOST
request to the target url. ThanksBeta Was this translation helpful? Give feedback.
All reactions