View Single Post
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 08-24-2021 , 11:48   Re: REST in Pawn 1.3 - HTTP client for JSON REST APIs (Updated 2021/06/06)
Reply With Quote #110

Quote:
Originally Posted by CrazyHackGUT View Post
It is possible to send non-chunked request body? Sometimes for shared web-hostings it breaks everything, unfortunately.
Have you tried
PHP Code:
request.SetHeader("Transfer-Encoding"""); 
? I'm not sure if it will work, since it puts a space after the colon.
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline