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!