Digest autentication problems with MacOS
Show older comments
I using this command to autenticate access to a webserver that is local on the network. I have tested so many ways to get it work on my macbook but the response is wrong password. In the response it is also confimed that autentication method nr 1:Digest autentication is used. I also tried to specify mathod 1 in the request call without success. After i tried to run it on Bootcamp (Windows 10 on macbook) this plain script works fine:
creds = matlab.net.http.Credentials('Username','MyUser','Password','Mypassword');
options = matlab.net.http.HTTPOptions('Credentials',creds);
[response,request]=matlab.net.http.RequestMessage().send('Webadress',options);
Why is this not working with macos or do anyone have tips how to trobleshoot this problem?
Answers (0)
Categories
Find more on External Language Interfaces 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!