NREL / api-umbrella

Open source API management platform
MIT License
2.03k stars 325 forks source link

How to remove json from backend api #436

Open satyakonkimalla opened 5 years ago

satyakonkimalla commented 5 years ago

Hi, I am new to api-umbrella and trying to configure backend api. When I map URL Prefixes in API Backends by default it is mapping to below Example:

Incoming Frontend Request: https://localhost/satya/example.json?param=value Outgoing Backend Request: http://localhost/greeting/example.json?param=value how can I remove json from the URL . i.e. I need to redirect my backend api as below http://localhost/greeting?param=value .I have gone through documentation but unable to find the options to create/Customise URL

Please help

Thanks Satya

satyakonkimalla commented 5 years ago

@GUI Can u pls help

satyakonkimalla commented 5 years ago

@NRELAdmin and @GUI ..please help