#scraping Headers
3 messages · Page 1 of 1 (latest)
Why would the headers prevent you from accessing the site???
I solved the problem.
The Problem was: the website was blocking anyone who did not have the correct headers ( to check if they were a user)
so i just made a browser request to the server and copied all cookies my browser sent and put them into my code.