Re: [twsocket] ICS won't work anymore...

2008-02-28 Thread Steen Börlum

Hi, That’s it guys, it was the Agent, I change it to Mozilla/5.0 (compatible), 
and now it running again. But why, is it Reuters that just got an idea, to not 
let Mozilla/3.0 (compatible) go though anymore? It is not the first time 
Reuters just change the feed, so am not surprise. What is the point of the 
Agent, could you maybe explain the function, could I type anything here like 
“Hallo”, thanks in advance.
 Thanks all Steen 
It looks like HttpTst User-Agent header is triggeringthe firewall on the 
web server. Use another User-Agent string,it will go through. Hey,  I got a 
strange problem, I am downloading (XML) news from different website, and it 
all was working for a long time. But now it won't download anymore from 
reouters (http://feeds.reuters.com/reuters/worldNews). First I thought it was 
a bug in my program, but then I test the ICS own example program 'HttpTst 
(BCB6)' and same problem there. It starting the download, but never get any 
data, only the head, then the timeout break the connection. It works fine in 
firefox or explorer, even a program call XMLSpy download it all. Anyone has 
an idea, I don't want to replace ICS with another tools, so I was hopping 
there is a solution.  BCB6/XP/ICSV5  Thanks  Satto 
_
Ladda ner hela Windows Live gratis och upptäck fördelarna!
http://get.live.com/ 
-- 
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] ICS won't work anymore...

2008-02-28 Thread Francois Piette
 Hi, That’s it guys, it was the Agent, I change it to Mozilla/5.0
(compatible),
 and now it running again. But why, is it Reuters that just got an idea, to
not let
 Mozilla/3.0 (compatible) go though anymore? It is not the first time
Reuters
 just change the feed, so am not surprise. What is the point of the Agent,
 could you maybe explain the function, could I type anything here like
“Hallo”,
 thanks in advance. Thanks all Steen

The agent is the way the client tell the server who he is so that the
server can take appropriate action to send documents (well mostly javascript
or css) compatible wih the client.

Maybe some developper at Reuter considered it is no more important to
support Mozilla/3.0, or maybe it is just a bug at server side !

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be


-- 
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


[twsocket] ICS won't work anymore...

2008-02-27 Thread Steen Börlum

Hey, 
I got a strange problem, I am downloading (XML) news from different website, 
and it all was working for a long time. But now it won't download anymore from 
reouters (http://feeds.reuters.com/reuters/worldNews).
First I thought it was a bug in my program, but then I test the ICS own example 
program HttpTst (BCB6) and same problem there. It starting the download, but 
never get any data, only the head, then the timeout break the connection. It 
works fine in firefox or explorer, even a program call XMLSpy download it all. 
Anyone has an idea, I don't want to replace ICS with another tools, so I was 
hopping there is a solution. 
BCB6/XP/ICSV5 
Thanks 
Satto 
_
Trött på krångliga mejladresser? Skaffa en live.se-adress här!
 http://get.live.com/mail/options
-- 
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] ICS won't work anymore...

2008-02-27 Thread Steen Börlum

Hey,
 
V6, I don't know how to install that one, it says is only for Delphi 7 and up, 
and I run BCB6.
Is there a other web site than http://www.overbyte.be where I can locate V6 for 
BCB?
 
Steen
_
Står karriären still? Låt någon annan hitta drömjobbet åt dig!
http://msn.jobbguiden.se/jobseeker/resumes/postresumenew/postresumestart.aspx?sc_cmp2=JS_INT_SEMSN_NLPCV
-- 
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] ICS won't work anymore...

2008-02-27 Thread Ko Brink
I tested it and got some wierd binary data returned.
but when i set the request version to 1.1 i get the page.
so try to set httpcli-RequestVer = 1.1;


On Wed, 27 Feb 2008 09:07:47 +0100, Steen Börlum  
[EMAIL PROTECTED] wrote:


 Hey,
 I got a strange problem, I am downloading (XML) news from different  
 website, and it all was working for a long time. But now it won't  
 download anymore from reouters  
 (http://feeds.reuters.com/reuters/worldNews).
 First I thought it was a bug in my program, but then I test the ICS own  
 example program HttpTst (BCB6) and same problem there. It starting the  
 download, but never get any data, only the head, then the timeout break  
 the connection. It works fine in firefox or explorer, even a program  
 call XMLSpy download it all. Anyone has an idea, I don't want to replace  
 ICS with another tools, so I was hopping there is a solution.
 BCB6/XP/ICSV5
 Thanks
 Satto
 _
 Trött på krångliga mejladresser? Skaffa en live.se-adress här!
  http://get.live.com/mail/options

-- 
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] ICS won't work anymore...

2008-02-27 Thread DZ-Jay
Ko Brink wrote:
 I tested it and got some wierd binary data returned.
 but when i set the request version to 1.1 i get the page.
 so try to set httpcli-RequestVer = 1.1;

I just tried a request with using HTTP/1.0 (a manual request, not using 
ICS), and I received the XML page.  I doubt that this is the problem.

dZ.
-- 
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] ICS won't work anymore...

2008-02-27 Thread Francois PIETTE
 Maybe a temperary bug in the server using ICS/BCB6 and using
 HTTP/1.0, i  also getting the page now.

This happend quite frequently: at server side, there are scripts, the script 
sometimes use header lines found in the HTTP request sent by the client. The 
script developper test his script with IE and FF and then some user like you 
is using something else which doesn't send the exact same header lines, then 
the script crashes, then the developper see his log files and then fix the 
script, and suddently it works again for the client...

--
[EMAIL PROTECTED]
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be



-- 
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] ICS won't work anymore...

2008-02-27 Thread JLIST
It looks like HttpTst User-Agent header is triggering
the firewall on the web server. Use another User-Agent string,
it will go through.

 Hey, 
 I got a strange problem, I am downloading (XML) news from
 different website, and it all was working for a long time. But now
 it won't download anymore from reouters
 (http://feeds.reuters.com/reuters/worldNews).
 First I thought it was a bug in my program, but then I test the
 ICS own example program HttpTst (BCB6) and same problem there. It
 starting the download, but never get any data, only the head, then
 the timeout break the connection. It works fine in firefox or
 explorer, even a program call XMLSpy download it all. Anyone has an
 idea, I don't want to replace ICS with another tools, so I was
 hopping there is a solution. 
 BCB6/XP/ICSV5 
 Thanks 
 Satto 


-- 
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