We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's the correct way to remove the authorization header from being passed along with a redirect? This is what I'm doing now:
res.removeHeader('authorization').redirect(signedUrl);
Which doesn't seem to work. My original Authorization header is being passed along causing the redirect to a signed s3 url to fail.
The text was updated successfully, but these errors were encountered:
I have the same issue, did you find any solution?
Sorry, something went wrong.
@jeremydaly
naorpeled
No branches or pull requests
What's the correct way to remove the authorization header from being passed along with a redirect? This is what I'm doing now:
Which doesn't seem to work. My original Authorization header is being passed along causing the redirect to a signed s3 url to fail.
The text was updated successfully, but these errors were encountered: