How do I execute a wp_remote_get call using NTLM authentication?

I need to use ntlm authentication for a remote call, and I’m not sure how to configure the wp_remote_get call to do so. I have used wp_remote_get successfully in other situations without NTLM by passing the appropriate header: headers -> authentication -> basic u:p but I haven’t been able to find any information about using NTLM.

I tried changing ‘Basic’ to ‘NTLM’ but it didn’t work. Wishful thinking I guess!

0

Leave a Comment