@skdev the default behavior of the forward-request policy is to not follow redirects which causes clients to perform the redirect instead.
In this case, while the original request is to your APIM instance, the final response is what the backend returned after your browser followed the redirect. Hence the warning.
If having clients follow the redirect is the expected behavior, you don't really have to change anything but if otherwise, you could set the follow-redirects
attribute to true
in your forward-request
policy.