Re: [Interest] Qt HTTP access to Exchange

2013-11-28 Thread Bo Thorsen
Here is a simple test application that shows the problem. If I run this against a host that doesn't use username domains, I get a request for authentication. If I run it against one of the NTLM hosts with domain\user for usernames, it just writes finished. It should of course ask for authentica

Re: [Interest] Qt HTTP access to Exchange

2013-11-28 Thread Bo Thorsen
Den 27-11-2013 17:40, Thiago Macieira skrev: > On quarta-feira, 27 de novembro de 2013 17:39:35, Mandeep Sandhu wrote: >> Then it might be worth while to use a packet sniffer like wire-shark >> (or some such) to see if the TCP connection is being abruptly closed >> (by either client or server) or a

Re: [Interest] Qt HTTP access to Exchange

2013-11-27 Thread Thiago Macieira
On quarta-feira, 27 de novembro de 2013 17:39:35, Mandeep Sandhu wrote: > Then it might be worth while to use a packet sniffer like wire-shark > (or some such) to see if the TCP connection is being abruptly closed > (by either client or server) or are you receiving some HTTP response > from the exc

Re: [Interest] Qt HTTP access to Exchange

2013-11-27 Thread Mandeep Sandhu
>> The domain name might be case-sensitive, so you can verify if the >> correct case is being used. > > > The credentials are correct. I just don't know how to let Qt have them in > the proper way. Then it might be worth while to use a packet sniffer like wire-shark (or some such) to see if the TC

Re: [Interest] Qt HTTP access to Exchange

2013-11-27 Thread Bo Thorsen
Den 27-11-2013 11:33, Mandeep Sandhu skrev: >> I have single stepped through all of the network code and I just can't >> find any place where this fails. It looks like Exchange just closes the >> socket without giving me an error. > > You can confirm this with a packet sniffer to see which end init

Re: [Interest] Qt HTTP access to Exchange

2013-11-27 Thread Mandeep Sandhu
> I have single stepped through all of the network code and I just can't > find any place where this fails. It looks like Exchange just closes the > socket without giving me an error. You can confirm this with a packet sniffer to see which end initiated the close. > > My URL to the server is some

[Interest] Qt HTTP access to Exchange

2013-11-27 Thread Bo Thorsen
Hi everyone, I have a Qt 4.8.5 based application that grabs free busy info from an Exchange server. This works perfectly, or rather it did. Now there is a user who have tried to access with a domain\user pair, and that fails in a weird way. I have single stepped through all of the network code