Does anyone know how to ignore request to paths which do not exist on APIM?
If i run a scanner against APIM it will return 404 for APIs which don't exist. I would like to ignore (not respond with 404) when scans attempt to consume paths which have not corresponding API/Path on APIM.
e.g.
/api/v1/with-backing-service == Return from backing service (200, 401, 404, etc...)
/api/v1/without-backing-service === Terminates (No response)