How can we strictly check for the exact match of the path in a route?
For example, the path /data.json in a route should be allowed excatly as is, and for anything like /data.json/xxx should throw 404 not found.
Could anyone please help me in solving this.
Regards,
Irshad