CGarces / pop2owa

http://www.pop2owa.com
1 stars 1 forks source link

Error sending HTTP Headers with FBA #39

Closed CGarces closed 8 years ago

CGarces commented 16 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/'/&gt; </Form_Based_Auth> </xml>

Un saludo Carlos Garcés

Reported by: idcarlos

CGarces commented 16 years ago

Original comment by: idcarlos

CGarces commented 16 years ago

Original comment by: idcarlos