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?

Risposte (0)

Categorie

Scopri di più su External Language Interfaces in Centro assistenza e File Exchange

Prodotti

Release

R2020b

Richiesto:

il 2 Nov 2020

Community Treasure Hunt

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

Start Hunting!

Translated by