jotform / jotform-api-python

JotForm API - Python Client
GNU General Public License v2.0
39 stars 48 forks source link

Python3 urllib.error resolved by adding header parameter #22

Closed Erikvisser22 closed 2 years ago

Erikvisser22 commented 2 years ago

Python urllib.error.httperror: http error 403: forbidden The easy way to resolve the error is by passing a valid user-agent as a header parameter. Added 'User-Agent': 'Mozilla/5.0' to the headers.

uelmalioglu commented 2 years ago

Thanks for your contribution @Erikvisser22.