Replies: 1 comment 1 reply
-
It's fixed, see the
|
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.
-
Now, we want to change the $args value, append something
the nginx conf
when user access
http://ip:port/ApiService/getUser?userId=123
, it will be proxy tohttps://somepath.example.com/getUser?userId=123&appKey=secretKey
then we use
proxy_rewrite
pluginbut it just rewrite uri, not include the parameters, so how to implement parameter rewriting? use
serverless
plugin?Beta Was this translation helpful? Give feedback.
All reactions