Louis DeconinckL
Apify & Crawlee11mo ago
1 reply
Louis Deconinck

I'm using HttpCrawler from Crawlee doing

I'm using HttpCrawler from Crawlee doing a
PUT
request. I get the following error:
Error: Resource served Content-Type application/octet-stream, but only text/html, text/xml, application/xhtml+xml, application/xml, application/json are allowed.
Any possibility of allowing
application/octet-stream
or are
PUT
not possible? EDIT: Found it I had set a header to only accept json. Removing that header of the request solved the issue.
Was this page helpful?