Hi, I am work on a Web application which send Ajax request on a Mongrel2 serveur. I find that jquery $.post content is corrupted by mongrel2 (i.e. all data is droped !) based on the value of the HTTP header "contentType". This bug append if you use jQuery 1.7.2+ because the default contentType have changed.
This works : contentType: "application/x-www-form-urlencoded" This don't works : contentType: "application/x-www-form-urlencoded; charset=UTF-8" Does someone have knowledge about the HTTP parser to fix this issue ? William -- --------------------------------------------------------- William MARTIN wysman @NoSpAm@ gmail @DoT@ com
