urllib2を使用してページを開こうとしています
req = urllib2.Request("http://1033kissfm.com",
headers={'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0'})
response = urllib2.urlopen(req)
rstPage = response.read()
応答は
<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx/1.0.3</center>
</body>
</html>
しかし、ブラウザでこのURLを開くと、正常に機能しています。これがURLです。
http://1033kissfm.com
ブラウザでは、にリダイレクトされます
http://www.1033kissfm.com/pages/main
ページ。