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
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
I've managed to make a few changes so it would work with their latest 2.6 API. However, I am getting an error whenever it tries to execute a POST request: 411 - Content-Length Required.
Curl is sending Content-Length header which Pwinty's API seems to not like. If I set the content length to zero it still throws the same message.
The only valid option seems to be no Content-Length header but there seems to be no way to unset that entirely.
The text was updated successfully, but these errors were encountered:
I've managed to make a few changes so it would work with their latest 2.6 API. However, I am getting an error whenever it tries to execute a POST request: 411 - Content-Length Required.
Curl is sending Content-Length header which Pwinty's API seems to not like. If I set the content length to zero it still throws the same message.
The only valid option seems to be no Content-Length header but there seems to be no way to unset that entirely.
The text was updated successfully, but these errors were encountered: