Why is this warning being shown: “Received problem 2 in the chunky parser”?
I am trying to use PHP and cURL to log in to a website (namely Craigslist ). When accessing the script, I get this warning message: Received problem 2 in the chunky parser Searches showed that it is not a problem associated with cURL. I am unable to find the source of the problem. What may be the reason? Thank you. Update: Googling for the error message, I also find this : The chunky-parser error message occurs when curl expects a chunked HTTP response body and then doesn't get one. Your reply sends the Transfer-Encoding: chunked header, so curl expects to see a body chunked according to