So I’m trying to send a http PUT, using the httpService:RequestAsync() function. Although it tells me that I need a content length. When I include this in the header (called [“Content-Length”] = 0) it tells me that I’m not allowed to use that header.
Is there any way to include the Content-Length? I’ve tried the same request from this website which worked fine.