Closed faludigabor closed 7 years ago
Hi,
o.js only supports basic auth. If you want to use NTLM you need to set the correct header yourself. To do so you can add a header in the o().config()
:
{
headers: [] //an array of additional headers [{name:'headername',value:'headervalue'}]
}
Regards Jan
Hey,
I have an OData Endopoint that I need to auth against w/ NTLM. Dont seem to work. Any ideas? Tx,Gabor