Athlon1600/php-proxy

literotica.com

Closed this issue · 4 comments

Hi, when visitors go to literotica.com and click on stories and pics they see ����=�r۸��g���S{�T�����؞r�8Im.��3���IHdL���������������n�"u�#R�l�bI$�h4��ݍ�p��C���HU etc

This is on v5.1.1 and v5.0.5

seems to work fine for me? Which pages on that site return those characters?

Hi, sorry should have given you an url - https://www.literotica.com/stories/
that is what I see on unblockvideos.com as well.
thanks!

Hey, go to your php-proxy-app's config.php and change your curl options to this:

// additional curl options to go with each request
$config['curl'] = array(
	CURLOPT_ENCODING => 'gzip'
	// CURLOPT_PROXY => '',
	// CURLOPT_CONNECTTIMEOUT => 5
);

Brilliant thanks!!!!!