When I do a google search for any string it is retuning a blank page. The html source of the returned page looks like this.
<html>
<body>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.google.com/search?hl=en&q=test+search&meta=&safe=active">
</body>
</html>
i.e. there is nothing at all returned to the browser.
But, when I search using google's IP address in the address bar (rather than typing google.com), the search returns required results. (doesn't return blank page anymore).
Why is this strange behavior happening? I am dead certain that it is not blocked at firewall as other users in the network with same access rights as mine are able to work normally with google. And neither is it any setting in the browser.
And it looks to me as if the search request when I search using domain name (google.com) doesn't reach google server at all.
Conceded that it is not a programatical question and though I am able to search using google's IP adress, the issue when using domain name remains an unanswered puzzle to me.
What could be the reason for this rather strange behavior?