Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to fix Apigee automatically changing incoming url which has empty path params

Not applicable

How to avoid apigee changing the incoming url?

when the incoming url has some empty path params , apigee automatically strips the empty path param and changes the incoming url .

eg: For a sample url as below

 https://apigeedomain/path1/{pathParam1}/path2/{pathparam2}/path3

if the incoming request url has emptyParam 'pathparam2' like below

https://apigeedomain/path1/abc/path2//path3

Apigee automatically converts the incoming url as below stripping the empty pathparams

 https://apigeedomain/path1/abc/path2/path3
0 2 291
2 REPLIES 2