How to get apisix to POST to an endpoint with preconfigured auth and query parameters #11871
chrislawso
started this conversation in
General
Replies: 0 comments
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.
-
I have an endpoint on lan ip that requires auth and a specific query parameter that I use to trigger actions:
https://username:password@ip.ip.ip.ip:80/api?do=start&Location=one&Key=12345
How can I configure apisix so that when someone performs a page load on apisix wan interface with no auth and with no query parameters ie
https://apisix-fqdn-url.com/test
then apisix would perform a POST or curl of a preconfigured url
https://username:password@ip.ip.ip.ip:80/api?do=start&Location=one&Key=12345
Thank you
Beta Was this translation helpful? Give feedback.
All reactions