i have created one proxy and define the base base in httpproxy connection
<HTTPProxyConnection> <BasePath>/v1/abcd</BasePath> <Properties/>
I want to make it case insensitive so i can call api
like v1/AbcD
V1/abcD
v1/ABCd
i mean all combinations
Please help me Thanks in advanse
Answer by Siddharth Barahalikar
·
Dec 01, 2017 at 10:44 AM
Hi @Madhav, I think it can done, please refer to below post,
https://community.apigee.com/questions/20180/how-to-do-httpproxyconnection-basepath-case-insens.html
apigee-access.getMode() in NodeJS always returns "standalone" 1 Answer
API definition by verb (GET, POST etc) 1 Answer
Combining words and wildcards in API proxy base path 3 Answers
How do I ensure a developer cannot call the target API directly and use the API proxy instead? 1 Answer
Best Practise for empty body validation for Post operation 2 Answers