jQuery likes to append the charset onto it's content-type.
example: Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Seems that the system should be able to parse that out appropriately and not roll down to a PoxDataContract instead of the FormUrlEncoded
jQuery likes to append the charset onto it's content-type.
example: Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Seems that the system should be able to parse that out appropriately and not roll down to a PoxDataContract instead of the FormUrlEncoded