СлилТочкаРу проверяет заголовок на наличие Accept-Encoding и Connection В либкурле эта проблема решается добавлением строк: PHP: struct curl_slist *header = NULL; curl_easy_setopt(curl, CURLOPT_ENCODING, "deflate, gzip, x-gzip, identity, *;q=0"); header = curl_slist_append(header, "Connection: Keep-Alive"); curl_easy_setopt(curl, CURLOPT_HTTPHEADER, header);