Skip to content

Header QueryString max length reached #223

Description

@fstn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions