Skip to content
New issue

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

Redirect and Remove Authorization Header #149

Open
JustinLutsky opened this issue Mar 22, 2020 · 2 comments
Open

Redirect and Remove Authorization Header #149

JustinLutsky opened this issue Mar 22, 2020 · 2 comments
Assignees

Comments

@JustinLutsky
Copy link

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.

@AlisonVilelaTenchi
Copy link

I have the same issue, did you find any solution?

@AlisonVilelaTenchi
Copy link

@jeremydaly

@naorpeled naorpeled self-assigned this Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants