I issue a service callout to a URL [HTTPS Endpoint] which does 3 redirects to provide the response.
If I try this URL in Postman with Follow Redirects turned on it returns a 200 OK or if I turn off the Follow redirects it comes back with a 302 and the redirect URL in the Location header.
In Apigee Edge if you issue a service callout or a javascript callout it does not come back with the content or the headers for 302 for https endpoints. I wanted to do it in Javascript where I can sequentially call the next redirect URL until I get 200 and then return the response. Seems like this is a a product limitation.
It seems to work for HTTP