Possible Duplicate:
Python’s urllib2 doesn’t work on some sites
Ok, I just want to access this URL using python: http://www.gocomics.com/wizardofid/2013/01/22
But, whenever I call urllib2.urlopen('http://www.gocomics.com/wizardofid/2013/01/22').read(), it gives me a 403 error. With urllib, all I can do is read the error page, but urllib2 raises the error. When I look at the page in Chrome, it doesn't give me any problems. Why is this, and how can I fix it? Thanks!