When hitting an API in a Rails app, it seems that certain headers fail to be parsed. For example, this works:
Accept: application/json
But this doesn't:
Accept: application/json; charset=utf-8
Is failing to understand this 2nd header a legitimate problem with the header? Even if it is, how can I make Rails understand it, or at least understand that it's a request for Json?