I'm trying to scrape a page that is super picky and will fail if I don't add the content-length.
The requests made by ktor client (with apache engine) won't include the Content-Length header, why?
And how do I make it appear?
I'm trying to scrape a page that is super picky and will fail if I don't add the content-length.
The requests made by ktor client (with apache engine) won't include the Content-Length header, why?
And how do I make it appear?