Side navigation
#5395 closed enhancement (worksforme)
Opened October 19, 2009 06:52PM UTC
Closed November 01, 2010 05:44AM UTC
jQuery.ajax should append 'data' as url-encoded query params when for requests of type 'delete'
Reported by: | nathansobo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | delete | Cc: | |
Blocked by: | Blocking: |
Description
When making an ajax request of type 'delete', the data hash is not honored. For get requests, it is automatically url-encoded and this is very convenient. To follow the principle of least surprise, should this not also happen with delete requests?