Hi,

I have a issue about Ajax post with jQuery and Mongrel2.
Classic post with HTML and submit button works, but with jQuery
Mongrel2 don't show the content of POST.
In the last version, jQuery have add charset in the content-type
header (see http://bugs.jquery.com/ticket/4624)

I have build the last mongre2 from source (Git commit 88f9b9)

Is it correct HTTP header, or mongrel2 is too strict here ?

jQuery 1.7.2
content-type => "application/x-www-form-urlencoded; charset=UTF-8"

jQuery 1.7
content-type => "application/x-www-form-urlencoded"

William

Reply via email to