You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell from reading RFCs, it is completely valid to send a full request payload (with a content-type) on a DELETE request. In fact, for example, the {json:api} spec depends on this functionality. The recent change to remove this capability from Rack::Test has crippled my ability to test {json:api}-conformant backends.
I can almost understand making the new default DELETE behavior send query params without a content-type, but there should be a way to opt-in to the old behavior.
lanej, KirillSapozhnikov-xo, jbadger, malacalypse, morgoth and 3 more