RE: [twsocket] No response problem [THttpServer - TCustomLineWSocket]

2005-06-20 Thread Bjørnar Nielsen
When users clicks links or post forms in their browsers, sometimes they don't get any answer. By debugging the server I realized that in such a case the OnPostDocument event is never triggered. Are you sure the request you don't get an answer from is received on the server? When you run a

Re: [twsocket] No response problem [THttpServer - TCustomLineWSocket]

2005-06-20 Thread Francois Piette
The first important thing is: Are you using the very latest ICS version downloaded from my website ? When users clicks links or post forms in their browsers, sometimes they don't get any answer. By debugging the server I realized that in such a case the OnPostDocument event is never

Re: [twsocket] 2 questions concerning cookies

2005-06-20 Thread Francois Piette
I think all answers are at http://wp.netscape.com/newsref/std/cookie_spec.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: Julian S. [EMAIL PROTECTED] To:

Re: [twsocket] No response problem [THttpServer - TCustomLineWSocket]

2005-06-20 Thread Christophe
Bjørnar Nielsen wrote: When users clicks links or post forms in their browsers, sometimes they don't get any answer. By debugging the server I realized that in such a case the OnPostDocument event is never triggered. Are you sure the request you don't get an answer from is received on the

Re: [twsocket] No response problem [THttpServer - TCustomLineWSocket]

2005-06-20 Thread Christophe
Francois Piette wrote: The first important thing is: Are you using the very latest ICS version downloaded from my website ? Yes, I re-installed the last version this morning. When users clicks links or post forms in their browsers, sometimes they don't get any answer. By debugging the

Re: [twsocket] No response problem [THttpServer - TCustomLineWSocket]

2005-06-20 Thread Francois Piette
Does it occurs with the sample WebServ delivered with ICS ? Well it seems it doesn't (at least I didn't experienced the problem yet), which is surprising because my program is quite identical to the demo (I mean, I implemented some functions but nothing that directly change the way

RE: [twsocket] No response problem [THttpServer - TCustomLineWSocket]

2005-06-20 Thread Bjørnar Nielsen
Yes, as I explained in my last mail, when a user makes a request (GET or POST or HEAD or whatever), the server get it, and start to analyze it but stops inside TCustomLineWSocket.TriggerDataAvailable. Ok, I missed that part, my previos message does not explain your problem. In

[twsocket] Is a 'reference' property used to change a referer header?

2005-06-20 Thread Julian S.
Is a 'reference' property in ICS used to change a referer header? If not is there a way to do it using ICS? -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Is a 'reference' property used to change a refererheader?

2005-06-20 Thread Francois Piette
Is a 'reference' property in ICS used to change a referer header? If not is there a way to do it using ICS? THttpCli.Reference is what you are looking for. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite,

[twsocket] 2 questions concerning cookies

2005-06-20 Thread Julian S.
I found an interesting thing. (the case referes to the page where the link was: http://blablabla.site.pl/?we=airstriker ) When I choose 'show page source' in IE I find the following url which the link refers to: ?we=airstrikerkod=962463 But whenever I save a page on the drive and then edit

Re: [twsocket] 2 questions concerning cookies

2005-06-20 Thread Francois PIETTE
This is a HTML entity encoding. In HTML, you can replace the ampersand character by amp;. You can do that for a lot of other characters. For example gt; is the greather-than sign. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Julian S. [EMAIL PROTECTED] To: