While i am trying to read custom http headers.i am hetting null.
Jersey authentication resource :-
@Path(\"/redirect\") public class RedirectDe
If someone still looking for the answer, you need to set "Access-Control-Expose-Headers" along side with the response. In example :
Access-Control-Expose-Headers: Content-Type,Authorization,X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset