I am trying to send a request to a website using the python requests library. The request works fine on my windows machine but when using on my Raspberry Pi (exact same code) the request is blocked. The only thing I have as a parameter in the request is headers. I’m unsure why I am being blocked on my Pi when on my windows machine I’m able to make as many requests as I would like. Can someone please point me into what is different on my Pi that is causing this.
P.S. I’ve never had this issue on any of my other requests based programs, they run fine on both windows and my Pi.
I have tried:
- Using different headers (windows machine’s and the Pi’s)
Martin P. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.