[twsocket] Port Access

2006-01-24 Thread David Lewis
Hi, I have a client service that connects and gathers data and then throws this data out in a stream on port 60500. This client is 3rd party and I cannot alter it. However, it is known to be working product. What I need to be able to do is connect to that stream stream of data on port 60500,

[twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread Fastream Technologies
Hello, I am trying to fix digest authentication coded by Peter. We have a big problem with Internet Explorer. In the setup below, you will see a web page requested without first sending the Authorization: header. Then the server responds with 401 and tells the client it prefers Digest auth by

Re: [twsocket] Port Access

2006-01-24 Thread Wilfried Mestdagh
Hello David, The port is in use because the server listens on that port already, otherwise the client could not send it to that server. You can make the server listen on another port and then your application should act like a proxy intercepting all data. See SocketSpy or gpHttpProxy for example.

Re: [twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread DZ-Jay
Maurizio Lotauro wrote: Scrive Fastream Technologies [EMAIL PROTECTED]: Hello, I am trying to fix digest authentication coded by Peter. We have a big problem with Internet Explorer. In the setup below, you will see a web page requested without first sending the Authorization: header.

Re: [twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread Fastream Technologies
Hello, Thank you both for your replies. I found the problem myself: IE6 has a bug that makes it expect a comma before Realm= Should be like: HTTP/1.1 401 Authorization Required..WWW-Authenticate: Digest Basic, (HERE HERE!) realm=localhost/%3EFastream.com/, uri=localhost/%3EFastream.com/,

Re: [twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread DZ-Jay
Fastream Technologies wrote: Hello, Thank you both for your replies. I found the problem myself: IE6 has a bug that makes it expect a comma before Realm= That's really weird. Does adding the comma break it on Firefox or Opera? The RFC does not specify that a comma is required, only

Re: [twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread Maurizio Lotauro
Scrive DZ-Jay [EMAIL PROTECTED]: Fastream Technologies wrote: Hello, Thank you both for your replies. I found the problem myself: IE6 has a bug that makes it expect a comma before Realm= That's really weird. Does adding the comma break it on Firefox or Opera? The RFC does

Re: [twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread DZ-Jay
Maurizio Lotauro wrote: Scrive Fastream Technologies [EMAIL PROTECTED]: Firefox and Opera tolerates the comma well. You can try here: http://www.fastream.net/beta/NetFileServer.exe (8.0.8B2). Just add a user from HTTP-Users and then assign the user to a path (C:\NFRoot is the default)

Re: [twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread Fastream Technologies
- Original Message - From: Maurizio Lotauro [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, January 24, 2006 6:59 PM Subject: Re: [twsocket] Need help with RFC2617 and IE bug Scrive DZ-Jay [EMAIL PROTECTED]: Fastream Technologies wrote: Hello, Thank

Re: [twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread DZ-Jay
Maurizio Lotauro wrote: Scrive DZ-Jay [EMAIL PROTECTED]: Maurizio Lotauro wrote: Scrive Fastream Technologies [EMAIL PROTECTED]: [...] 24.01.2006 13:31:57 From Remote HTTP/1.1 401 Authorization Required..WWW-Authenticate: Digest Basic realm=localhost/%3EFastream.com/,

Re: [twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread Fastream Technologies
- Original Message - From: DZ-Jay [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, January 24, 2006 7:25 PM Subject: Re: [twsocket] Need help with RFC2617 and IE bug Maurizio Lotauro wrote: Scrive DZ-Jay [EMAIL PROTECTED]: Fastream Technologies wrote:

Re: [twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread DZ-Jay
Fastream Technologies wrote: - Original Message - !SNIP! I have read the RFC but as I wrote half an hour ago, it is the MS guys that did not read it well. Or perhaps they developed when the RFC was a draft which has later been changed. My comment was directed at Maurizio.

Re: [twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread Maurizio Lotauro
Scrive DZ-Jay [EMAIL PROTECTED]: Maurizio Lotauro wrote: Scrive Fastream Technologies [EMAIL PROTECTED]: Firefox and Opera tolerates the comma well. You can try here: http://www.fastream.net/beta/NetFileServer.exe (8.0.8B2). Just add a user from HTTP-Users and then assign the user

Re: [twsocket] Need help with RFC2617 and IE bug

2006-01-24 Thread Maurizio Lotauro
Scrive Fastream Technologies [EMAIL PROTECTED]: Hello, - Original Message - From: Maurizio Lotauro [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, January 24, 2006 6:54 PM Subject: Re: [twsocket] Need help with RFC2617 and IE bug Scrive DZ-Jay