Hi,
I have a proxy that need to create where the Base path URL is having a query parameter
Source :- https://Host/Basepath/reports?reportTypeCode=106
Where the target endpoint is
Target endpoint :- https://Host/reporting-ingest/api/v1/reports?reportTypeCode=106
Can you please help on appending the query parameter in base path URL.
I know we cannot add query parameter in base path but client wants the base path with query parameter.
Solved! Go to Solution.
can you please give an example of what you mean. by this:?
Can you please help on appending the query parameter in base path URL.
What should the targetURL look like?
You could
Then Apigee would proxy any inbound request arriving on https://Host/api/pxy/fintrac/1.0/reporting-ingest/api/v1/reports?reportTypeCode=106 , to https://targetHost/reporting-ingest/api/v1/reports?reportTypeCode=106