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

fix(ajax): Fix case-insensitive headers in HTTP request #4453

Merged

Commits on Jan 15, 2019

  1. fix(ajax): Fix case-insensitive headers in HTTP request

    In RFC 7230 and RFC 7540 is written, that HTTP headers is case-insensitive, so this is fix for correct serializing request body base on HTTP headers.
    Tomas Dostal committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    9355ceb View commit details
    Browse the repository at this point in the history