How to verify the client api request reaching gateway and after proxy to the back end api

Hi
i have an API in tyk it’s have the listen path /dev like this respose is getting, but if the listen path /deva means the request is going to gateway and the gateway is proxy to actual api its return “404 Not Found” error. But here the listen path is wrong means the gateway its self sending the respose like “Not found” how to do this.

Thanks

Hi @Mohan_D and welcome to the community.

Have you had a look at our documentation on custom plugins?

What you may want to use is a language that supports both pre request and response plugin capabilities