multiple // in single path are not recongnising in apigee

Hi,

i want to extract single pathparam which is encrypted string, it contains multpile "//" one slash is getting sliced when it is entering in to apigee.

https://host.com/acounts/{abc$//34EVCbc123}

in above one slash is getting sliced

when i traced with request.uri its givng as abc$/34EVCbc123 instead of abc$//34EVCbc123

How to solve above issue

0 3 133
3 REPLIES 3

My advice to you is, don't use URLs like that.

I have the same problem. The proxy is to a vendor's service so I can't change the URI. 'fixing' it through javascript doesn't work either.

Here is my URL:

client/v4/content.svc/GetPublicationMappingsFunctionImport(URI='https://mydomain.com/index.html')

Not applicable

Just try with * between the //.

Also try using load balancer variable configuration and in the path specify //

Also can try putting the url in kvm and extract and put in the url tag.