google 302 code isn't a ban
mexela
in Bugs
maybe in the past google used the code 302 to redirect to a ban page but now is also used for other things.
For instance if you have a proxy form UK and you enter to google.com, google uses a 302 redirect to redirect you to google.co.uk
For instance if you have a proxy form UK and you enter to google.com, google uses a 302 redirect to redirect you to google.co.uk
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