Re: [twsocket] [OT] Hoping somone can point me in the right direction with IE and file save

2010-12-17 Thread RTT
Are the headers as you guys would expect? The "Vary: *" header prevents the response from being cached, so IE "gets confused" when processing the save attachment request. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman

Re: [twsocket] [OT] Hoping somone can point me in the right direction with IE and file save

2010-12-17 Thread Info2004
Francois, My ICS projects are working very well. Thanks for asking. Appropriate forum - yes, it's why I asked if someone can point me in the right direction. With the wealth of knowledge on this forum, I was hoping that someone had encountered this same or similar situation, possibly using a

Re: [twsocket] ICS-based SNTP (Simple network time protocol) client

2010-12-17 Thread Arno Garrels
Anton S. wrote: > Francois wrote: >> The problem is not that I don't want to expand ICS. The problem is to >> support ICS. There are a lot of interesting components that could be >> added to ICS. By moving it into "usermade" page, I'm not commited to >> support it. If included in ICS distribution,

Re: [twsocket] Is there any way to force NTLM toauthenticateagainstagiven AD domain?

2010-12-17 Thread Arno Garrels
Fastream Technologies wrote: > Hi Arno, > > On Fri, Dec 17, 2010 at 12:22 PM, Arno Garrels > wrote: > >> Fastream Technologies wrote: >>> Let's say the web server is listening on the IP 192.168.2.2. A >>> virtual server is an Apache term for two domains on the same IP >>> such as www.domain1.co

Re: [twsocket] [OT] Hoping somone can point me in the right direction with IE and file save

2010-12-17 Thread Francois PIETTE
Hello Andy, Is this related to ICS ? If not, please repost into an appropriate forum. If yes, please explain more clearly. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be ---

[twsocket] [OT] Hoping somone can point me in the right direction with IE and file save

2010-12-17 Thread Info2004
Hi, I have a site the works fine with Firefox and Chrome, but is problematic with IE. It used to work until reported faulty yesterday. There is a button on the page that calls a php script that generates a file, and prompts the user to save the file. IE (8) says: "Internet Explorer cannot d

Re: [twsocket] ICS usermade webpage

2010-12-17 Thread Angus Robertson - Magenta Systems Ltd
> So this message is a call to those authors: I'll be very happy if > you update your code to current ICS version and current (preferably > all) Delphi/BCB version. > Most of the time, this updating is not a big problem. But since there have never been dates or Delphi or ICS versions supported

Re: [twsocket] ICS-based SNTP (Simple network time protocol) client

2010-12-17 Thread Angus Robertson - Magenta Systems Ltd
> Well, it's so simple that I guessed it wouldn't require any support > or modifications. So the SNTP component is already testing with ICS for IPv6? And with Delphi for Mac and Linux? That is the issue with adding projects, the number that need checking and fixing for new Delphi releases and

[twsocket] ICS usermade webpage

2010-12-17 Thread Francois PIETTE
Hi All ! As you probably know, the "usermade" webpage at ICS website (http://www.overbyte.be) contains a lot of gems, but most of them have never been updated by their authors for the newer Delphi or ICS versions. So this message is a call to those authors: I'll be very happy if you update y

Re: [twsocket] ICS-based SNTP (Simple network time protocol) client

2010-12-17 Thread Anton S.
Francois wrote: >The problem is not that I don't want to expand ICS. The problem is to >support ICS. There are a lot of interesting components that could be added >to ICS. By moving it into "usermade" page, I'm not commited to support it. >If included in ICS distribution, it has to be supported

Re: [twsocket] Is there any way to force NTLM toauthenticateagainstagiven AD domain?

2010-12-17 Thread Fastream Technologies
Hi Arno, On Fri, Dec 17, 2010 at 12:22 PM, Arno Garrels wrote: > Fastream Technologies wrote: > > Let's say the web server is listening on the IP 192.168.2.2. A virtual > > server is an Apache term for two domains on the same IP such as > > www.domain1.com and www.domain2.com . We want people wh

Re: [twsocket] Is there any way to force NTLM toauthenticateagainstagiven AD domain?

2010-12-17 Thread Arno Garrels
Fastream Technologies wrote: > Let's say the web server is listening on the IP 192.168.2.2. A virtual > server is an Apache term for two domains on the same IP such as > www.domain1.com and www.domain2.com . We want people who log on to > domain1 to be authenticated against NTLMdomain1 and domain2

Re: [twsocket] Is there any way to force NTLM toauthenticateagainstagiven AD domain?

2010-12-17 Thread Fastream Technologies
Let's say the web server is listening on the IP 192.168.2.2. A virtual server is an Apache term for two domains on the same IP such as www.domain1.com and www.domain2.com . We want people who log on to domain1 to be authenticated against NTLMdomain1 and domain2 to NTLMdomain2. These should be confi

Re: [twsocket] Is there any way to force NTLM toauthenticateagainstagiven AD domain?

2010-12-17 Thread Francois PIETTE
Alright. Let's say there are two virtual servers, one per domain on the ICS web server. For example in OnGetDocument, you assign different TFileStream's to different FRequestHost's. I need each HTTP domain's user set to authenticate against a different AD/NTLM domain. It will be the application