Closed CGarces closed 8 years ago
In 1.2RC1 one of the HTTP headers used to login have the following structure: destination=https://server/exchange/&trusted=0&username=user&password=xxxxxx
In 1.2 this header is changed to: destination=/exchange/&trusted=0&username=user&password=xxxxxx
In some server this header not is accepted
Workarround. You can write the entire url in config.xml to fix this bug.
<xml> <Form_Based_Auth> <AuthPage>exchweb/bin/auth/owaauth.dll</AuthPage> <Main_Hidden_Field Name='destination' Value='https://mail.myserver.com/exchange/'/> </Form_Based_Auth> </xml>
Un saludo Carlos Garcés
Reported by: idcarlos
Original comment by: idcarlos
In 1.2RC1 one of the HTTP headers used to login have the following structure: destination=https://server/exchange/&trusted=0&username=user&password=xxxxxx
In 1.2 this header is changed to: destination=/exchange/&trusted=0&username=user&password=xxxxxx
In some server this header not is accepted
Workarround. You can write the entire url in config.xml to fix this bug.
<xml> <Form_Based_Auth> <AuthPage>exchweb/bin/auth/owaauth.dll</AuthPage> <Main_Hidden_Field Name='destination' Value='https://mail.myserver.com/exchange/'/> </Form_Based_Auth> </xml>
Un saludo Carlos Garcés
Reported by: idcarlos