Forums

Response 403

hi.. im traying to requests site in paid account but i allways got a response 403 im using a requests module to scraping site https://alexa.com/siteinfo/binadarma.ac.id

however my code just like this

from requests import get 
a = get('https://alexa.com/siteinfo/binadarma.ac.id')
print(a.status_code)

it allways gave me a <response [403]> on my screen

whats the problem..?? anybody can help me please

i had tried on my local computer that worked well

See http://help.pythonanywhere.com/pages/403ForbiddenError/