Modify ↓
Ticket #5395 (closed enhancement: worksforme)
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: | |
| Blocking: | Blocked by: |
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?
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
