hm, i had the same situation with 1 proxie. From today it wasnt working on Google anymore, in browser it was fine. Now in update 9.47 is testing in ser ok.
@Sven I appreciate your reply. I don't have gsa ps.
However, these are VPS and 1 Dedi server IPs/proxies, so these are private proxies, and it's just interesting to see that scrapebox returns 302 on these proxies.
I've tried google test on scrapebox AND to follow redirects. It seems then they get a 503 error code.
no idea, I just got myself a squid3 installer and from the conf file, it looks a connect proxy. Scrapebox can use it without any problems. It's their proxy tester that's strange.
Comments
also you can try with this php script
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://google.com/?q=JUST_A_TEST');
curl_setopt($ch, CURLOPT_TIMEOUT, 20);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_PROXY, "IP:PORT");
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($ch, CURLOPT_PROXYUSERPWD, 'USER:PASS');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); //comment this to see the redirect link which isn't with "sorry" or captcha
echo curl_exec($ch);
?>
I don't say that all are working if they have a 302, but some of them are still good, if you like we can provide some proxies to test
thanks
I've tested today my proxies on SER and shows working for Google.
I do the proxy test against google on Scrapebox and I get 302 Found or Moved Temporarily for some.
However, these are VPS and 1 Dedi server IPs/proxies, so these are private proxies, and it's just interesting to see that scrapebox returns 302 on these proxies.
I've tried google test on scrapebox AND to follow redirects. It seems then they get a 503 error code.
Strange.
sent you a copy of the proxy conf file