How to remove authorization header in a http 302 response
I am using Java / Jersy Framework(Tomcat) for REST API development. One such web service's functionality is to redirect(HTTP 302) to a S3 signed URL for a file. we use "Authorization" header to che...