Use webread after connecting to a HTTPS page
显示 更早的评论
Hello, I've been looking for a solution to my problem for several hours, but I haven't found it, so I'm asking here
I would like to use webread() to extract data from an HTTPS page, but the problem is that the information I'm interested in are only available after login, and I can't do that.
I don't know exactly how it works, but I've tried to change the options to include the username and password
options = weboptions('Username','...','Password','...');
But it didn't work,
A solution would be to stay logged in and then do the webread, so I tried to log in to the web page on my default browser, and also on Matlab's web browser, but that didn't work either, so I don't know what to do.
Could someone help me ?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Call Web Services from MATLAB Using HTTP 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!