Use webread after connecting to a HTTPS page
Show older comments
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 ?
Answers (0)
Categories
Find more on Call Web Services from MATLAB Using HTTP in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!