Exchange 2007 Owa (OnlineVersion) can not authenticate
- by DingosBarn
Exchange Authentication dll:
https://red002.mail.emea.microsoftonline.com/owa/auth/owaauth.dll
sending style is:
request.Method = "POST";
request.ContentType = "application/x-www-form-urlencoded";
And sending following message
destination=https://red002.mail.emea.microsoftonline.com/owa/[email protected]/?ae=Folder&t=IPF.Appointment&[email protected]&password=xxxx
I'm getting this error:
The remote server returned an error: (400) Bad Request.
If I use the path in a webbrowser it is accesable. It is not a bad request indeed.
The server is Exchange server 2007 and replaced the path for owa. But it can not auth the path?