Re: [twsocket] IOS

2013-06-30 Thread François Piette
>> Will ICS be IOS compatible in the future? >My cristal ball says "not very soon, if at all". >The lack of AnsiString and new ARCed objects >in NextGen compiler made the port rather difficult. If there is interest, maybe we can fund the project like we have done in the past for SSL ? Anyone w

Re: [twsocket] THttpCli...

2013-06-30 Thread François Piette
>> Yesterday, I heard the download was failing with "406 Not Acceptable". >> Long story short. >>The default setting for the "Agent" property is "Mozilla/4.0 >>(compatible;ICS)". >> Changing it to "Mozilla/4.0" solved the issue. >> I do not know what changed on the server. It is a hosted server.

Re: [twsocket] IOS

2013-06-30 Thread Arno Garrels
On Sunday, June 30, 2013 5:50 PM [GMT+1=CET], Perry Kappetein wrote: > Will ICS be IOS compatible in the future? My cristal ball says "not very soon, if at all". The lack of AnsiString and new ARCed objects in NextGen compiler made the port rather difficult. -- Arno -- To unsubscribe or

Re: [twsocket] THttpCli...

2013-06-30 Thread Perry Kappetein
I had a lot of servers with the same problem.. Looks like a world wide change all the sudden.. I had to removed everything behind Mozilla 4.0 About 2 months ago. Otherwise I would get error 403 Think I posted the question at that time as well Perry -Original Message- From: TWSock

[twsocket] IOS

2013-06-30 Thread Perry Kappetein
Will ICS be IOS compatible in the future? So I could you it for Ipad Dev ? Thanks -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] TSslHttpCli - Unauthorized result with statuscode of 0

2013-06-30 Thread Arno Garrels
On Sunday, June 30, 2013 11:46 AM [GMT+1=CET], Russell Weetch schrob: > I have an application that connects to a payment service using > TSslHttpCli. It works ok most of the time but sometimes it fails. It > doesn't raise an exception but the returned stream is empty, the > statucode = 0 and the r

[twsocket] TSslHttpCli - Unauthorized result with statuscode of 0

2013-06-30 Thread Russell Weetch
I have an application that connects to a payment service using TSslHttpCli. It works ok most of the time but sometimes it fails. It doesn't raise an exception but the returned stream is empty, the statucode = 0 and the reasonphrase is Unauthorized. There seems to be no way we can recreate this on d