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

Header QueryString max length reached #223

Open
fstn opened this issue Jun 22, 2017 · 2 comments
Open

Header QueryString max length reached #223

fstn opened this issue Jun 22, 2017 · 2 comments

Comments

@fstn
Copy link

fstn commented Jun 22, 2017

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
Copy link
Author

fstn commented Jul 20, 2017

up

@jfarcand
Copy link
Member

@fstn Contribution welcomed

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

2 participants