lambda-api
lambda-api copied to clipboard
Redirect and Remove Authorization Header
trafficstars
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.
I have the same issue, did you find any solution?
@jeremydaly