[Tickets #13831] Re: autodiscover.xml error code 401 Unauthorized

noreply at bugs.horde.org noreply at bugs.horde.org
Sat Jan 31 07:12:01 UTC 2015


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/13831
------------------------------------------------------------------------------
  Ticket             | 13831
  Updated By         | horde at vdorst.com
  Summary            | autodiscover.xml error code 401 Unauthorized
  Queue              | Synchronization
  Version            | FRAMEWORK_5_2
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


horde at vdorst.com (2015-01-31 07:12) wrote:

Both POST and GET methode are working with wget.


root at Thirsty:/home/rra# wget --post-data="bla" --http-user=rene  
--http-password=<pw> https://<url>/autodiscover/autodiscover.xml
--2015-01-31 08:06:33--  https://<url>/autodiscover/autodiscover.xml
Resolving <url> (<url>)... 2a01:670:xxxx:x01::1, 192.168.10.250
Connecting to <url> (<url>)|2a01:670:xxxx:x01::1|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Reusing existing connection to [<url>]:443.
HTTP request sent, awaiting response... 200 OK
Length: 947 [text/xml]
Saving to: ?autodiscover.xml?

100%[======================================================================================================================================>] 947         --.-K/s   in  
0.003s

2015-01-31 08:06:33 (290 KB/s) - ?autodiscover.xml? saved [947/947]

root at Thirsty:/home/rra# wget --http-user=rene --http-password=<pw>  
https://<url>/autodiscover/autodiscover.xml
--2015-01-31 08:06:38--  https://<url>/autodiscover/autodiscover.xml
Resolving <url> (<url>)... 2a01:670:xxxx:x01::1, 192.168.10.250
Connecting to <url> (<url>)|2a01:670:xxxx:x01::1|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Reusing existing connection to [<url>]:443.
HTTP request sent, awaiting response... 200 OK
Length: 947 [application/vnd.ms-sync.wbxml]
Saving to: ?autodiscover.xml.1?

100%[======================================================================================================================================>] 947         --.-K/s   in  
0.004s

2015-01-31 08:06:38 (255 KB/s) - ?autodiscover.xml.1? saved [947/947]

root at Thirsty:/home/rra# wget -4 --post-data="bla" --http-user=rene  
--http-password=<pw> https://<url>/autodiscover/autodiscover.xml
--2015-01-31 08:06:53--  https://<url>/autodiscover/autodiscover.xml
Resolving <url> (<url>)... 192.168.10.250
Connecting to <url> (<url>)|192.168.10.250|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Reusing existing connection to <url>:443.
HTTP request sent, awaiting response... 200 OK
Length: 947 [text/xml]
Saving to: ?autodiscover.xml.2?

100%[======================================================================================================================================>] 947         --.-K/s   in  
0.003s

2015-01-31 08:06:53 (308 KB/s) - ?autodiscover.xml.2? saved [947/947]

root at Thirsty:/home/rra# wget -4 --http-user=rene --http-password=<pw>  
https://<url>/autodiscover/autodiscover.xml
--2015-01-31 08:07:08--  https://<url>/autodiscover/autodiscover.xml
Resolving <url> (<url>)... 192.168.10.250
Connecting to <url> (<url>)|192.168.10.250|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Reusing existing connection to <url>:443.
HTTP request sent, awaiting response... 200 OK
Length: 947 [application/vnd.ms-sync.wbxml]
Saving to: ?autodiscover.xml.3?





More information about the bugs mailing list