[twsocket] thttpcli unicode

2005-12-15 Thread Mike Versteeg
Hi, I am evaluating ICS, specifically the component thttpcli and have the following problem: if I retrieve a web page with multibyte characters, I cannot seem to get the data in proper format. It seems like the Buffer that comes with HttpDocEnd() is a char *, not a WideString or something

Re: [twsocket] THttpCli ID

2006-01-09 Thread Mike Versteeg
Learned something new, thanks! Mike On 1/9/06, Francois Piette [EMAIL PROTECTED] wrote: I heard servers can keep track of what software/browser accesses them. I use THttpCli to download files from servers, how can I add this ID so servers recognize my software? It is the THttpCli.Agent

[twsocket] html code in downloaded file

2006-06-19 Thread Mike Versteeg
Hi, I am trying to download a file using HttpCli and TFileStream, but the downloaded file has some html code inserted in front of the actual binary data (announcing the data in plain text). Is there an easier way to remove this than by examining and removing it? I notice IE saves the file without

[twsocket] html code in downloaded file

2006-06-19 Thread Mike Versteeg
request. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Mike Versteeg [EMAIL PROTECTED] To: twsocket@elists.org Sent: Monday, June 19, 2006 11:37 AM Subject: [twsocket] html code in downloaded file Hi, I am trying to download a file using HttpCli

Re: [twsocket] Handling redirects

2006-09-01 Thread Mike Versteeg
When this event is called, where can I get the new url? I need it to change the url I keep on file. Unfortunately the URL property does not get updated. thanks, Mike On 2/7/06, Francois Piette [EMAIL PROTECTED] wrote: Assuming you use THttpCli, there is a property called

Re: [twsocket] Handling redirects

2006-09-01 Thread Mike Versteeg
PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: Mike Versteeg [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, September 01, 2006 11:39 AM