Re: [twsocket] Httpcli not working, need suggestions

2006-03-31 Thread Frans van Daalen
- Original Message - 
From: "Jazzy Jeff" <[EMAIL PROTECTED]>
To: 
Sent: Friday, March 31, 2006 8:22 AM
Subject: [twsocket] Httpcli not working, need suggestions


I just downloaded the ICS ver 5 a few mins ago, I compiled it under BDS2006 
using bcb2006 with the updated patch.  I compiled the example httptst to see 
if it could go to a webpage that required a username and password.  When i 
ran the program (get button), this is the error message that i get.

  RequestDone Error = 11001
GET Failed !
StatusCode   = 404
ReasonPhrase = can't resolve hostname to IP address

  //--- code -//
  HttpCli1->URL= "http://192.168.1.1/main.htm;
  HttpCli1->Password = "pass";
HttpCli1->Username = "user";
//--- code -//

  even if i try a google address to se if it works, i still get the same 
error.


  If I click on the "head button", the program seems to go to the internet 
then to retrieve the details of the webpage.  But the get button does 
nothing but produce an error message.

FVD: Seems to go? Or did go and returned with the header info? You're not 
behind a proxy or firewall with access control on program level? 


-- 
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] Httpcli not working, need suggestions

2006-03-31 Thread Wilfried Mestdagh
Hello Jazzy,

What happens if you do a telnet session to 192.168.1.1 op port 80 on the
same machine as where you try the httptst on ? Does it get connected ?

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Friday, March 31, 2006, 08:22, Jazzy Jeff wrote:

> I just downloaded the ICS ver 5 a few mins ago, I compiled it under
> BDS2006 using bcb2006 with the updated patch.  I compiled the example
> httptst to see if it could go to a webpage that required a username
> and password.  When i ran the program (get button), this is the error
> message that i get.
   
>   RequestDone Error = 11001
> GET Failed !
> StatusCode   = 404
> ReasonPhrase = can't resolve hostname to IP address
   
>   //--- code -//
>   HttpCli1->URL= "http://192.168.1.1/main.htm;
>   HttpCli1->Password = "pass";
HttpCli1->>Username = "user";
> //--- code -//
   
>   even if i try a google address to se if it works, i still get the same 
> error.
  
 
>   If I click on the "head button", the program seems to go to the
> internet then to retrieve the details of the webpage.  But the get
> button does nothing but produce an error message.
   
>   I hope I go all the  details in here.
   
>   I searched online in the searchable faq to see if others were
> having the same problems as me, and I noticed that others were having
> the problem.  I don't know if it got fixed since I didn't read through
> the few hundred messages that appeared.
   
>   Hopefully someone can help me with this problem, I really want to get this 
> to work.
   
   
>   Thanks
   
>   Jason
   


> -
> How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.

> -
> Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. 
> Great rates starting at 1¢/min.

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


[twsocket] Httpcli not working, need suggestions

2006-03-30 Thread Jazzy Jeff
I just downloaded the ICS ver 5 a few mins ago, I compiled it under BDS2006 
using bcb2006 with the updated patch.  I compiled the example httptst to see if 
it could go to a webpage that required a username and password.  When i ran the 
program (get button), this is the error message that i get.
   
  RequestDone Error = 11001
GET Failed !
StatusCode   = 404
ReasonPhrase = can't resolve hostname to IP address
   
  //--- code -//
  HttpCli1->URL= "http://192.168.1.1/main.htm;
  HttpCli1->Password = "pass";
HttpCli1->Username = "user";
//--- code -//
   
  even if i try a google address to se if it works, i still get the same error.
  
 
  If I click on the "head button", the program seems to go to the internet then 
to retrieve the details of the webpage.  But the get button does nothing but 
produce an error message.
   
  I hope I go all the  details in here.
   
  I searched online in the searchable faq to see if others were having the same 
problems as me, and I noticed that others were having the problem.  I don't 
know if it got fixed since I didn't read through the few hundred messages that 
appeared.
   
  Hopefully someone can help me with this problem, I really want to get this to 
work.
   
   
  Thanks
   
  Jason
   


-
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.

-
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates 
starting at 1¢/min.
-- 
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