Side navigation
#11134 closed bug (wontfix)
Opened January 06, 2012 03:17PM UTC
Closed January 06, 2012 03:18PM UTC
Last modified March 14, 2012 10:19AM UTC
$.post doesn't allow setting a contentType
Reported by: | iwein | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | traversing | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When posting json to a server you need to set the content type. This can not be done with the $post short-hand, and therefore requires fallback to $.ajax.
It would be great if $.post also supported a contentType.
Sample code: http://jsfiddle.net/bNA8T/
See http://stackoverflow.com/questions/8757681/why-does-jquery-post-json-as-a-parameter-name-instead-of-as-the-request-body for details and some more code.
Attachments (0)
Change History (1)
Changed January 06, 2012 03:18PM UTC by comment:1
component: | unfiled → traversing |
---|---|
priority: | undecided → low |
resolution: | → wontfix |
status: | new → closed |
If you want finer control, use $.ajax.