Click here to Skip to main content
15,888,073 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Gentle Men Programmers!
<br>
<br>
If you add the following anonymous web proxy url prior to your chosen
URL then you can view that URL anonymously via the
http://anonymouse.org web proxy:
<a href="http://anonymouse.org/cgi-bin/anon-www.cgi/">Anonymouse.org</a>[<a
 href="http://anonymouse.org/cgi-bin/anon-www.cgi/"
 target="_blank" title="New Window">^</a>]<br>
<br>
For example, if you want to view ebay.com then you'd view it
anonymously via this url:<span style="text-decoration: underline;"><br>
</span><a
 href="http://anonymouse.org/cgi-bin/anon-www.cgi/http://ebay.com">Anonymouse.org</a>[<a
 href="http://anonymouse.org/cgi-bin/anon-www.cgi/http://ebay.com"
 target="_blank" title="New Window">^</a>]<br>
<br>
So far so good. Type your URL here and see for yourself:
<br>
<a href="http://loudgobs.com/followers_browser/proxy6.php">Private
Browsing</a>[<a
 href="http://loudgobs.com/followers_browser/proxy6.php"
 target="_blank" title="New Window">^</a>]
<br>
<br>
-------------------------<br>
<br>
Anyways. Now, if you want to search for a keyword on google
non-anonymously then you can do it by adding the following google url
prior to your chosen KEYWORDS:<br>
http://www.google.com/webhp?hl=en#q=
<br>
<br>
For example, if your keywords are:<br>
php programming forum
<br>
<br>
then you'd keywords search on google via this url:<span
 style="text-decoration: underline;"><br>
</span><a
 href="http://www.google.com/webhp?hl=en#q=php%20programming%20forum">Google</a>[<a
 href="http://www.google.com/webhp?hl=en#q=php%20programming%20forum"
 target="_blank" title="New Window">^</a>].<br>
<br>
Again, so far so good.
<br>
<br>
But now look! <br>
If you now want to search for a keyword on google ANONYMOUSLY then you
should be able to do it by adding the following google url prior to
your chosen KEYWORDS and the following anonymous web proxy url prior to
that particular google url.
<br>
For example, if your keywords are again:<br>
php programming forum
<br>
<br>
then you'd keywords search on google via the anonymous web proxy with
this url:<span style="text-decoration: underline;"><br>
</span><a
 href="http://anonymouse.org/cgi-bin/anon-www.cgi/http://www.google.com/webhp?hl=en#q=php%20programming%20forum">Google
[Anonymoused]</a>[<a
 href="http://anonymouse.org/cgi-bin/anon-www.cgi/http://www.google.com/webhp?hl=en#q=php%20programming%20forum"
 target="_blank" title="New Window">^</a>]<br>
<br>
But guess what ? For some reason google is not making the keywords
search if you try searching google via a web proxy! Clicking the above
mentioned link you will see it just shows Google homepage but no
keywords search results or SERP!
Why is that and how to code to solve this issue so that google does
conduct searches if you're searching via a web proxy ?
</body>
</html>


What I have tried:

Tried coding a variety of different ways but no luck as result always same!
Posted
Updated 21-Jan-17 11:10am
v2

1 solution

All you need is to logout of Google account. The search that you will perform will be anonymous. They will use cookies, or other stuff to record your current history, but that will not affect the account.

Another way, go private (incognito), then search. Basically, any search you perform is tracked against your account. Which is similar to clearing everything out from your browser. That URL you are showing will not make you anonymous, these are simply proxy services that anonymize your IP, not who you are. Consider your account logged in, and you are using an IP, Google doesn't care where are you accessing the service from, but it does care who is accessing it.

In the end, nothing is anonymous, somethings are still tracked and Google knows it's you, so they will definitely show you that pizza ad you enjoyed last week. :-)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900