sameer shinde wrote:
Website does not open
Hi All,
We are accessing airtel website with following address. http://117.99.128.32:81/ or http://117.99.128.32/
So far when we were having windows proxy server, we were able to access the site through our proxy, but as now we've moved to squid3.0 stable1 proxy server, the site does not open. When you hit the above address, the title gets displays in the brower but the page does not open. Which means the request is going to the airtel server & the request is coming back upto the proxy server, but it is not passing through proxy.
I have no idea about squid, but if the title appears then is this title not a part of the web page's html content? Maybe you have blocked some script in squid that prevents the page from opening. I checked out the website and its source is given below. What page source do you get?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Bharti Telesoft Ltd.</title> <!-- frames --> <frameset rows="110,*" cols="*" framespacing="0" border="0" bordercolor="#999999"> <frame src="../common/top_options.php" name="topFrame" scrolling="NO" noresize bordercolor="#FF6600" > <frame name="options" src="login.php?Error_message=" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0" noresize> </frameset> <noframes> </noframes> </head> </html>