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!