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
Ah, probably because Django returns a code 301 redirect, which means the client is supposed to use GET when following the redirect. We should consider using code 308 which preserves the request method across redirects.
I sent
POST
http://api.webhookinbox.com/i/{id}/in
(notice the missing last trailing slash), but view would show asGET
request instead.The text was updated successfully, but these errors were encountered: