How to map & send multiple Parameter in querystring for reverse Proxy

Not applicable

I am new to API GEE. I am trying to create API Proxy to the below Target endpoint.

http://35.232.171.250:8000/templateapi/gettemplate/:editortype/:templateid

here,

editortype , templateid are the two parameters.

I don't know how to map this target URL with API proxy.

Please help me to create a proxy for above URL?

Thanks in advance.

0 1 624
1 REPLY 1

There's nothing special about what you're trying to do.

Apigee Edge acts as a transparent proxy.

Unless you configure something different, The URL path that you pass in, is the URL path that gets sent out.

Just set the target URL to

http://35.232.171.250:8000/templateapi

And create a passthrough proxy with a basepath of /templateapi

and that's it.

Deploy it, and invoke the apigee edge proxy endpoint.