[Feature]: Add Follow Authorization Header Setting to API Plugin for 301 redirect API requests #32465
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Summary
In Appsmith, when running an API for which a 301 permanent redirect to a different endpoint happens, the Authorization header is automatically retained in the request sent to the redirected API.
We need a way to enable or disable the retention of the authorization header when a redirect happens to a different hostname for APIs. This setting is available in Postman:
Why should this be worked on?
This would enhance the user experience and allow users to have more control over the configuration used when running APIs.