RE: [twsocket] Redirection? [HTTPCli]

2005-04-29 Thread Bob Herbst
Francois,

I wrote the following this morning, to some person making the same/similar
question on using ICS HttpAsy on another Q/A site:

start of copy

The more that this question unfolds, it raises other Questions in my mind.
Are you trying to set up proxies and firewalls for yourself? For some
business?
Setting up  proxies, firewalls for a business, that information is available
elsewhere, not from me.

There are email filters that are 'Freebies' on the net.

And finally  the more that this question unfolds,  I wonder, are you trying
to set up a hacking operation using ICS? I will not participate in that
illegal venture.

...
I don't need to waste my time before a judge and jury  for assisting you in
a illegal internet hacking operation if that is what you're trying to figure
out here.

end of copy

Bob



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Francois Piette
Sent: Friday, April 29, 2005 2:55 AM
To: ICS support mailing
Subject: Re: [twsocket] Redirection? [HTTPCli]


 Ok... i got follow redirection Enabled but it doesn't do what i thought it
 should do. I got a site... site with loading animation... But HTTPCli does
 not show the site after loading but only the loading state... :-( What can
i
 do with that?

I'm not sure I understand what you mean...
If you load a page with an animation, you get that page and that's all. If
the page contains a HTML
(not HTTP) relocation, it is _not_ executed by the HTTP component which
doesn't know anything about
HTML.
--
[EMAIL PROTECTED]
http://www.overbyte.be


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




-- 
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] Address already in use (Error #10048)

2005-04-29 Thread Albert Wiersch

I am using THTTPCli for link checking and a user reported this problem:

I am getting a few of the following Error: Address already in use (Error
#10048) while doing link checks. Most occurs while checking for the jpg,
pdf, ppt links. I repeated a few times the same batch file and I am getting
a different # of these errors in the reports. Which means the reporting of
these errors are not consistent.

Any ideas? I have not seen this myself or had other reports of it. Could it
be caused by some firewall software the user is running?

--
Albert Wiersch
AI Internet Solutions
[EMAIL PROTECTED]
http://www.htmlvalidator.com/


-- 
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] Ping Packet size

2005-04-29 Thread Robert Simoneau
I set the VCL component size property to 56, but the company on the
other size of my pings sent the log below, and is threatening to turn
off the ability to ping.
Can I be missing something.
 
 
Apr 10 7:56:20 initiator (172.16.60.99:0) sent 428120 bytes -- responder
(204.194.125.9:0) sent 428120 bytes
Apr 10 7:57:32 initiator (172.16.65.163:0) sent 200536 bytes --
responder (204.194.125.9:0) sent 200536 bytes
Apr 10 7:58:11 initiator (172.16.65.99:0) sent 145544 bytes -- responder
(204.194.125.9:0) sent 145544 bytes
Apr 10 7:59:41 initiator (172.16.68.211:0) sent 183064 bytes --
responder (204.194.125.9:0) sent 183064 bytes
Apr 10 7:59:51 initiator (172.16.60.98:0) sent 285824 bytes -- responder
(204.194.125.9:0) sent 285824 bytes
 
 
--
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] Address already in use (Error #10048)

2005-04-29 Thread Francois PIETTE
Strange: error 10048 normally occurs when listening on a given port.
Error 10048 occurs when you try to reuse a port that is already in use.
Maybe your user is launching your program twice ?
Also, have a look at this article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;319502

--
[EMAIL PROTECTED]
http://www.overbyte.be


- Original Message - 
From: Albert Wiersch [EMAIL PROTECTED]
To: 'ICS support mailing' twsocket@elists.org
Sent: Friday, April 29, 2005 7:31 PM
Subject: [twsocket] Address already in use (Error #10048)



 I am using THTTPCli for link checking and a user reported this problem:

 I am getting a few of the following Error: Address already in use (Error
 #10048) while doing link checks. Most occurs while checking for the jpg,
 pdf, ppt links. I repeated a few times the same batch file and I am
getting
 a different # of these errors in the reports. Which means the reporting of
 these errors are not consistent.

 Any ideas? I have not seen this myself or had other reports of it. Could
it
 be caused by some firewall software the user is running?

 --
 Albert Wiersch
 AI Internet Solutions
 [EMAIL PROTECTED]
 http://www.htmlvalidator.com/


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



-- 
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] Address already in use (Error #10048)

2005-04-29 Thread Stadin, Benjamin

Just an idea, maybe it's related. The problem might be a curiosity in
Windows XP with Service Pack 2 installed. I have a similar Problem with Palm
OS Development Studio. It's a Java application (based on Eclipse) from which
you can call a external debugger, but the debugger throws the same error. I
found that the Java application is generating a random port number, then the
Java application checks if this port number is available and assigns it to
the debugger. 
The curious thing here is that although the port is freed again by the Java
app, the debugger app tries to bind to this address but fails. 

So just as an idea, maybe you're reassigning this address to fast for
Windows XP SP2 ;-)



Albert Wiersch wrote:


 I am using THTTPCli for link checking and a user reported this problem:

 I am getting a few of the following Error: Address already in use (Error
 #10048) while doing link checks. Most occurs while checking for the jpg,
 pdf, ppt links. I repeated a few times the same batch file and I am
getting
 a different # of these errors in the reports. Which means the reporting of
 these errors are not consistent.

 Any ideas? I have not seen this myself or had other reports of it. Could
it
 be caused by some firewall software the user is running?

 -- 
 Albert Wiersch
 AI Internet Solutions
 [EMAIL PROTECTED]
 http://www.htmlvalidator.com/

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



-- 
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] Ping Packet size

2005-04-29 Thread Francois PIETTE
Strange.
What happend when you use the demo application delivered with ICS ?
You can confirm the large packet size by using a sniffer such as Ethereal (a
link is on my links page).

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

- Original Message - 
From: Robert Simoneau [EMAIL PROTECTED]
To: twsocket@elists.org
Sent: Friday, April 29, 2005 8:10 PM
Subject: [twsocket] Ping Packet size


 I set the VCL component size property to 56, but the company on the
 other size of my pings sent the log below, and is threatening to turn
 off the ability to ping.
 Can I be missing something.


 Apr 10 7:56:20 initiator (172.16.60.99:0) sent 428120 bytes -- responder
 (204.194.125.9:0) sent 428120 bytes
 Apr 10 7:57:32 initiator (172.16.65.163:0) sent 200536 bytes --
 responder (204.194.125.9:0) sent 200536 bytes
 Apr 10 7:58:11 initiator (172.16.65.99:0) sent 145544 bytes -- responder
 (204.194.125.9:0) sent 145544 bytes
 Apr 10 7:59:41 initiator (172.16.68.211:0) sent 183064 bytes --
 responder (204.194.125.9:0) sent 183064 bytes
 Apr 10 7:59:51 initiator (172.16.60.98:0) sent 285824 bytes -- responder
 (204.194.125.9:0) sent 285824 bytes


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



-- 
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] Redirection? [HTTPCli]

2005-04-29 Thread Ann

- Original Message - 
From: Francois Piette [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Friday, April 29, 2005 8:54 AM
Subject: Re: [twsocket] Redirection? [HTTPCli]


  Ok... i got follow redirection Enabled but it doesn't do what i thought
it
  should do. I got a site... site with loading animation... But HTTPCli
does
  not show the site after loading but only the loading state... :-( What
can i
  do with that?

 I'm not sure I understand what you mean...
 If you load a page with an animation, you get that page and that's all. If
the page contains a HTML
 (not HTTP) relocation, it is _not_ executed by the HTTP component which
doesn't know anything about
 HTML.

Francois... here's example of what i ment:
http://nazwa.pl/whois.php?s=zbd=google.com

So you're saying that in similar case, there is no way to get the content of
final site? :-(



-- 
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] Ping Packet size

2005-04-29 Thread Robert Simoneau
I ran the demo, and the other side said they were 56 bytes.  I
downloaded the latest, rebuild the packages, and recompiled my program.
Hopefully this will fix it.  Won't know for sure for a couple days.
Thanks for the rapid response!
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Francois PIETTE
Sent: Friday, April 29, 2005 2:59 PM
To: ICS support mailing
Subject: Re: [twsocket] Ping Packet size

Strange.
What happend when you use the demo application delivered with ICS ?
You can confirm the large packet size by using a sniffer such as
Ethereal (a link is on my links page).

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

- Original Message -
From: Robert Simoneau [EMAIL PROTECTED]
To: twsocket@elists.org
Sent: Friday, April 29, 2005 8:10 PM
Subject: [twsocket] Ping Packet size


 I set the VCL component size property to 56, but the company on the
 other size of my pings sent the log below, and is threatening to turn
 off the ability to ping.
 Can I be missing something.


 Apr 10 7:56:20 initiator (172.16.60.99:0) sent 428120 bytes --
responder
 (204.194.125.9:0) sent 428120 bytes
 Apr 10 7:57:32 initiator (172.16.65.163:0) sent 200536 bytes --
 responder (204.194.125.9:0) sent 200536 bytes
 Apr 10 7:58:11 initiator (172.16.65.99:0) sent 145544 bytes --
responder
 (204.194.125.9:0) sent 145544 bytes
 Apr 10 7:59:41 initiator (172.16.68.211:0) sent 183064 bytes --
 responder (204.194.125.9:0) sent 183064 bytes
 Apr 10 7:59:51 initiator (172.16.60.98:0) sent 285824 bytes --
responder
 (204.194.125.9:0) sent 285824 bytes


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



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

--
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] Redirection? [HTTPCli]

2005-04-29 Thread Dan
If i would like to make some exploit, i would use socks, not htttp.
Haha, funniest mailing list post of the year.
Dan
--
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] Overwriting of HttpCli properties

2005-04-29 Thread Maurizio Lotauro
On 28-Apr-05 07:56:34 Francois Piette wrote:

Maybe a problem with my bad english :-(

If your english is bad, what I must say of my english? ;-)

I read your message twice and don't understand. The changed behaviour you
describe is the curent behaviour.

The point is that actually the username and password that are in the
url will be copied in the Username and Password properties. What I
want to avoid is the copy.


Bye, Maurizio.


-- 
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] Overwriting of HttpCli properties

2005-04-29 Thread Maurizio Lotauro
On 28-Apr-05 18:32:19 Corey Murtagh wrote:

Francois Piette wrote:

Maybe a problem with my bad english :-(
I read your message twice and don't understand. The changed behaviour you
describe is the curent behaviour.


What Maurizio is basically saying is that the component should get the
username and password from the URL or the properties and use them
internally, but not update the properties with any username:password
data.  Effectively the component would only read from the properties,
never set them.

You get it :-)


Bye, Maurizio.


-- 
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] Problem in the HttpCli authentication

2005-04-29 Thread Maurizio Lotauro
On 24-Apr-05 23:58:10 Maurizio Lotauro wrote:

Hello,

I discovered that the HttpCli authentication has a serious problem.
When both the host and the proxy requiring an authentication then an
endless loop will generated (a sort of ping pong between 407 and 401
status).

Update: the problem appear only if the connection is closed when a
status code 401 is returned after the proxy authentication.

Work in progress. Stay tuned :-)


Bye, Maurizio.


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