Remote web service with NTLM auth

Hello,

I spent 2 days trying to access remote web service that is behind NTLM authentication (running on IIS 7) without luck. NTLM is preferred over Negotiate.

I tried to specify CURL CURLOPT_HTTPAUTH and CURLOPT_USERPWD options, but no luck. I get 401 all the time.

Did anyone try or has an experience? I’d be grateful.

Thanks!
Lukas

2 Likes

Hello @lukemob,

If your web server (apache/nginx) is configured to accept secure connections, then DreamFactory will accommodate, and if your remote http service that you are setting up has a secure endpoint (https) then DreamFactory will call it securely.

Thanks,
@AlexBowen