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

Fixed issue #10029: When sending AJAX calls from Firefox, RemoteControl doesn't respond #383

Merged
merged 1 commit into from Nov 13, 2015

Commits on Nov 10, 2015

  1. Fixed issue #10029: When sending AJAX calls from Firefox, RemoteContr…

    …ol doesn't respond
    
    FF appends "de-facto" the string "charset=UTF-8" to the content-type header
    Remote Control  didn't recognize "application/json; charset=UTF-8" as valid header.
    Now allows CONTENT_TYPE to be like "application/json; charset=UTF-8".
    gabrieljenik committed Nov 10, 2015
    Copy the full SHA
    1b8c98e View commit details
    Browse the repository at this point in the history