简体   繁体   中英

How do I call 2 endpoints with one proxy in Apigee?

Hi I am trying to call two different endpoints via one proxy here.

1st endpoint: basically its the java-script I coded into the .js file 2nd endpoint: this is an endpoint where I have to send the request to a third-party URL and get the response and return.

So I want to send a parameter in my query string like this:

http://[url to my apigee proxy]/endpoint?stub=true

If this is the url then it should go to my JavaScript code. If this is the url:

http://[url to my apigee proxy]/endpoint?stub=false

Then it should go to a third party url. I have already looked and tried to implement this; http://stackoverflow.com/questions/22783986/one-api-proxy-calling-two-different-target-endpoints but it's not working for me.

Any suggestions will be appreciated.

行为

Your missing target endpoints. Please add target endpoint xml . Also take look at samples which will help you along side documentation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM