1devil-designs / corporateaddressbook

Automatically exported from code.google.com/p/corporateaddressbook
0 stars 0 forks source link

Error 451 received by server #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some servers (according to research it is Exchange 2007, maybe more versions) 
respond with error 451 which is "Device Misconfigured". This means that the 
client is trying to access the "wrong" frontend server. Apparently, this only 
affects certain types of server configurations and infrastructure set-ups.

The solution is to:
1) Discover and handle error 451
2) The response contains a "Location: [new URL]" header; use that to connect
3) If succesful, record the new URL (save conf) and continue

See more at http://technet.microsoft.com/en-us/library/dd439372(v=exchg.80).aspx

Original issue reported on code.google.com by dan.matt...@gmail.com on 31 Oct 2012 at 1:51

GoogleCodeExporter commented 9 years ago
Still needs verification since we don't have access to a load balanced Exchange 
server which does this.

Original comment by dan.matt...@gmail.com on 6 Nov 2012 at 8:29