atmosphere-javascript icon indicating copy to clipboard operation
atmosphere-javascript copied to clipboard

Header QueryString max length reached

Open fstn opened this issue 7 years ago • 2 comments

I trying to send a JWT token inside atmosphere header using:

this.request.headers.Authorization = 'Bearer ' + authenticationToken;

My token is big so I tried to use real header (not query string to send headers):

this.request.attachHeadersAsQueryString = false;

Query string are now empty but there is no additionnal headers on ajaxRequestsHeaders.

fstn avatar Jun 22 '17 09:06 fstn

up

fstn avatar Jul 20 '17 14:07 fstn

@fstn Contribution welcomed

jfarcand avatar Jul 20 '17 15:07 jfarcand