Open
Description
When can-ajax
is used with the PATCH
method, the body payload should append to the request body, not the url query string.
POST
andPUT
are working as expected, but sending a JSON payload withPATCH
is not.ajax({ url: ``${loader.serviceBaseURL}/carrito_articulo?${pk.toString()}``, type: 'PATCH', data: {foo: 'bar'} })
Metadata
Metadata
Assignees
Labels
No labels