Digest autentication problems with MacOS
显示 更早的评论
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?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 External Language Interfaces 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!