azaloum90
azaloum90
> Are there any Updates on this issue? @jc21 I got nothing back from anyone... Nobody seems to know how to implement it. I gave up and went back to...
> I tried adding the below in the NPM advanced tab, and also for each of the locations you mentioned above. > > ``` > / > /owa > /ecp...
> @azaloum90 I think I got all the stuff working for HTTP GET requests and stuff requiring Basic Auth. > > What I can't get working is the NTLM auth...
> Hi, try to check that basic authentication enabled for MAPI on Exchange: https://learn.microsoft.com/en-us/exchange/clients/mapi-over-http/configure-mapi-over-http?view=exchserver-2019 After exec that command: `Set-MapiVirtualDirectory -Identity "\mapi (Default Web Site)" -ExternalURL https:///mapi -IISAuthenticationMethods NTLM, OAuth ,...
> @azaloum90 that command must be directly executed on Windows Server with installed Exchange via Powershell Hey, I'm aware of that piece, I'm just curious how you have the rest...
> @azaloum90 Look at magic lines > > ``` > http { > > map $status $forceBasicOutlook{ #magic_line > 401 'Basic realm=$host'; #magic_line > } #magic_line > > } >...
> > @azaloum90 Look at magic lines > > ``` > > http { > > > > map $status $forceBasicOutlook{ #magic_line > > 401 'Basic realm=$host'; #magic_line > >...
> https://develop.nginxproxymanager.com/advanced-config/#custom-nginx-configurations Given this info, is it safe to assume that the info should go into this screenshot? 
> @azaloum90 Look at magic lines > > ``` > http { > > map $status $forceBasicOutlook{ #magic_line > 401 'Basic realm=$host'; #magic_line > } #magic_line > > } >...