Why do I get this error message "FORBIDDEN" when trying to read web data?
6 次查看(过去 30 天)
显示 更早的评论
I'm trying to copy the text from this URL: https://seekingalpha.com/article/4119881-activision-blizzard-atvi-q3-2017-results-earnings-call-transcript?part=single
And get the following (attached) error message.
Why am I getting this and how can I work around it? All I simply want to do is copy the text data on the page.
Thank you!
0 个评论
回答(1 个)
Walter Roberson
2017-11-9
The page has protections against automated access.
For example when you access with webread() then by default no browser information is sent.
2 个评论
Walter Roberson
2017-11-9
The first thing I would try changing would be the UserAgent https://www.mathworks.com/help/matlab/ref/weboptions.html
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Web Services 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!