Exchange 2007 Owa (OnlineVersion) can not authenticate
Posted
by DingosBarn
on Server Fault
See other posts from Server Fault
or by DingosBarn
Published on 2010-02-10T13:16:38Z
Indexed on
2010/03/13
9:45 UTC
Read the original article
Hit count: 833
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?
© Server Fault or respective owner