I have an Azure API Management with the following backend policy:
<backend>
<forward-request timeout="10" follow-redirects="true" />
</backend>
When testing in Postman, I'm still receiving a 308 Permanent Redirect. I thought that follow-redirects followed a backend redirect response. Why is it getting passed back to the client?