Re: [twsocket] Transfer-Encoding: chunked ??

2008-10-02 Thread DZ-Jay

On Oct 1, 2008, at 22:03, Ko Brink wrote:

 HTTP/1.1 302 Found
 Date: Wed, 01 Oct 2008 23:43:51 GMT
 Server: Apache
 Set-Cookie:
 %5fTGl0dGxlTXV0dC5jb20%3d=VmlpM0pNdXFxdFhLWngwUHB5ZTlGT0NPQVM3T0p6UjcK;
 path=/; domain=.ifastnet.com
 Location: /main.php
 Transfer-Encoding: chunked
 Content-Type: text/html; charset=iso-8859-1

It looks like the whole header to me.  The cookie is there (Set-Cookie 
header).  What's the problem?

P.S. Transfer-Encoding: chunked is a different transfer mechanism 
than using Content-Length, but it is valid.

dZ.

-- 
DZ-Jay [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

-- 
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] Transfer-Encoding: chunked ??

2008-10-02 Thread Fastream Technologies
What is the method are you trying? If it is POST, POST after 302 is not
possible--POST request after redirection becomes GET.

Regards,

SZ

On Thu, Oct 2, 2008 at 5:03 AM, Ko Brink [EMAIL PROTECTED] wrote:

 This is driving me crazy, i have no idea what i have to do, to get the
 whole header or atleased the real cookie

 this is what i get back from my program in bcb6 and ICSv6

 HTTP/1.1 302 Found
 Date: Wed, 01 Oct 2008 23:43:51 GMT
 Server: Apache
 Set-Cookie:
 %5fTGl0dGxlTXV0dC5jb20%3d=VmlpM0pNdXFxdFhLWngwUHB5ZTlGT0NPQVM3T0p6UjcK;
 path=/; domain=.ifastnet.com
 Location: /main.php
 Transfer-Encoding: chunked
 Content-Type: text/html; charset=iso-8859-1

 in another program with ICSv5 i get the real header wich should be

 HTTP/1.1 302 Moved Temporarily
 Date: Wed, 01 Oct 2008 23:26:16 GMT
 Server: Apache
 Set-Cookie:

 pcar%5fTGl0dGxlTXV0dC5jb20gTWVtYmVycyBBcmVh=L1hsWDRJZDhQVE5lTHVWendNckFRNzdiQXU2VXZqM2EK;
 path=/; domain=.ifastnet.com
 Location: /main.php
 Content-Length: 286
 Content-Type: text/html; charset=iso-8859-1

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

-- 
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] Transfer-Encoding: chunked ??

2008-10-02 Thread Ko Brink
On Thu, 02 Oct 2008 12:05:55 +0200, Fastream Technologies  
[EMAIL PROTECTED] wrote:

 This is driving me crazy, i have no idea what i have to do, to get the
 whole header or atleased the real cookie

 this is what i get back from my program in bcb6 and ICSv6

 HTTP/1.1 302 Found
 Date: Wed, 01 Oct 2008 23:43:51 GMT
 Server: Apache
 Set-Cookie:
 %5fTGl0dGxlTXV0dC5jb20%3d=VmlpM0pNdXFxdFhLWngwUHB5ZTlGT0NPQVM3T0p6UjcK;
 path=/; domain=.ifastnet.com
 Location: /main.php
 Transfer-Encoding: chunked
 Content-Type: text/html; charset=iso-8859-1

 in another program with ICSv5 i get the real header wich should be

 HTTP/1.1 302 Moved Temporarily
 Date: Wed, 01 Oct 2008 23:26:16 GMT
 Server: Apache
 Set-Cookie:

 pcar%5fTGl0dGxlTXV0dC5jb20gTWVtYmVycyBBcmVh=L1hsWDRJZDhQVE5lTHVWendNckFRNzdiQXU2VXZqM2EK;
 path=/; domain=.ifastnet.com
 Location: /main.php
 Content-Length: 286
 Content-Type: text/html; charset=iso-8859-1


the cookie key i get is pcar%5fTGl0dGxlTXV0dC5jb20%3d
but should be pcar%5fTGl0dGxlTXV0dC5jb20gTWVtYmVycyBBcmVh

without this i get redirected to the wrong page.


-- 
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] Transfer-Encoding: chunked ??

2008-10-02 Thread Ko Brink
No, i get the same cookie in the header and the OnCookie, but checking  
more sites today, maybe it has nothing to do with Transfer-Encoding:  
chunked.


for another example FireFox gives me
HTTP/1.x 302 Moved Temporarily
Date: Thu, 02 Oct 2008 13:45:32 GMT
Server: Microsoft-IIS/5.0
Set-Cookie:  
pcar%5fQ09IRiBNZW1iZXJz=bnNpR0IyL3lxUTc2UWdOc3Exd3dyTmlJUURpSXk0QVYK;  
path=/; domain=.xxx
Location: /
Content-Type: text/html; charset=iso-8859-1
X-Cache: MISS from proxy.wanadoo.nl
Proxy-Connection: close


And ICSv5 and ICSv6 give me
HTTP/1.0 302 Moved Temporarily
Date: Thu, 02 Oct 2008 13:43:45 GMT
Server: Microsoft-IIS/5.0
Set-Cookie:  
pcar%5fQ09IRg%3d%3d=V0NrTzJRVTBTMnhLa0F4eXpaOE81MnVhbldLTjhuNmlkVytGUkg2RzdYTT0K;
  
path=/; domain=.xxx
Location: /
Content-Type: text/html; charset=iso-8859-1
X-Cache: MISS from proxy.wanadoo.nl
Proxy-Connection: close

On Thu, 02 Oct 2008 07:57:06 +0200, Francois PIETTE  
[EMAIL PROTECTED] wrote:

 What is the problem actually ?
 You can get the cookie from OnCookie event.

 --
 [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] Transfer-Encoding: chunked ??

2008-10-02 Thread Ko Brink
Never mind, i found the throuble in my code i'm Posting the wrong data to  
the server, the cookie is constructed from that data so my mistake

-- 
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] Transfer-Encoding: chunked ??

2008-10-02 Thread Francois PIETTE
 Never mind, i found the throuble in my code i'm Posting the wrong data  
  to the server, the cookie is constructed from that data so my mistake

I greatly appreciate you gave this feedback about you own error.
And remember: there is no problem asking in the mailing list.

--
[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] Transfer-Encoding: chunked ??

2008-10-01 Thread Francois PIETTE
What is the problem actually ?
You can get the cookie from OnCookie event.

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

- Original Message - 
From: Ko Brink [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Thursday, October 02, 2008 4:03 AM
Subject: [twsocket] Transfer-Encoding: chunked ??


 This is driving me crazy, i have no idea what i have to do, to get the
 whole header or atleased the real cookie

 this is what i get back from my program in bcb6 and ICSv6

 HTTP/1.1 302 Found
 Date: Wed, 01 Oct 2008 23:43:51 GMT
 Server: Apache
 Set-Cookie:
 %5fTGl0dGxlTXV0dC5jb20%3d=VmlpM0pNdXFxdFhLWngwUHB5ZTlGT0NPQVM3T0p6UjcK;
 path=/; domain=.ifastnet.com
 Location: /main.php
 Transfer-Encoding: chunked
 Content-Type: text/html; charset=iso-8859-1

 in another program with ICSv5 i get the real header wich should be

 HTTP/1.1 302 Moved Temporarily
 Date: Wed, 01 Oct 2008 23:26:16 GMT
 Server: Apache
 Set-Cookie:
 pcar%5fTGl0dGxlTXV0dC5jb20gTWVtYmVycyBBcmVh=L1hsWDRJZDhQVE5lTHVWendNckFRNzdiQXU2VXZqM2EK;
 path=/; domain=.ifastnet.com
 Location: /main.php
 Content-Length: 286
 Content-Type: text/html; charset=iso-8859-1

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

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