Closed reinholdk closed 6 years ago
@reinholdk This seems like an excellent opportunity to send a PR to fix the issue. Any interest?
@EisenbergEffect sure, I can prepare a fix.
@EisenbergEffect have signed the CLA some days back, but still getting a 403 when trying to push may change. Any idea?
You can't push a change to our repro. You need to submit a pull request. Then, we will review the change and merge.
pull request merged can be closed?
The delete method serializes the empty request content as undefined into the request body. This can cause a server to reject the request, if the server does not ignore the payload. The behavior of the server is in accordance to the HTTP/1.1 spec. (RFC 7231) which says: