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 ExchangeExternal Language Interfaces についてさらに検索

製品

リリース

R2020b

質問済み:

2020 年 11 月 2 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by