Forum Discussion
MRosk95
1 year agoFrequent Visitor
Access to Resource Forbidden - Web Contents
Hi there, Until today, I have been accessing a public website through Power Query and pulling content down. All of a sudden I am getting an "Access to Resource is Forbidden" error. This is my ...
lbendlin
Super User
1 year agoWhat you are doing is basically screen scraping. This is frowned upon. The "correct" way would be to use the data API that your data source should provide. That's what Web.Contents is designed for - for APIs, not for webpage scraping.