Hi,
I am copying below an image from AWS API Gateway where I can define different target paths for different verbs (e.g. verb POST directs to target "PostReader_NewPost").
Is there a graphical way to define similar behavior in APIGEE?
I tried defining conditional flow under proxy endpoint but that appears to route the traffic directly to the conditional target without doing any proxy.
I understand that I may not be explaining my question well. If anyone can help, I will really appreciate that.
Answer by deboraelkin
·
Aug 27, 2020 at 11:27 PM
If I understood your problem correctly, you'd need to use conditional route rules (https://docs.apigee.com/api-platform/fundamentals/understanding-routes#determiningtheurlofthetargetendpoint-conditionaltargets).
No graphical way, but certainly very easy to do!
apigee-access.getMode() in NodeJS always returns "standalone" 1 Answer
How do I ensure a developer cannot call the target API directly and use the API proxy instead? 1 Answer
How do you access a server that returns a 307 redirect response 4 Answers
Look up and Populate cache is not working 1 Answer
JSON with multipart attachment to SOAP with MTOM using JAVA service call out 1 Answer