Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

An incoming request with '\' in it doesnt hit the proxy

I have a request in the following format

http://{{apism.url}}/accountaccess-v1/orders/?accountId=162703995&sourceId=TAG&maxResults=\

when I do a trace I don't see any request hitting my endpoint. But when i try the same request without \ the request hits my endpoint.

The following requests work as expected

http://{{apism.url}}/accountaccess-v1/orders/?accountId=162703995&sourceId=TAG&maxResults=

or

http://{{apism.url}}/accountaccess-v1/orders/?accountId=162703995&sourceId=TAG&maxResults

How do i handle such a scenario?

0 9 149
9 REPLIES 9