[EMAIL PROTECTED] Re : [EMAIL PROTECTED] POST encoding

2006-05-24 Thread Computa Computa
I thank you for this first answer. Actually, there were prior connections between the browser and the proxy or webserver. To an initial request, the webserver answers :    HTTP/1.1 200 OK\r\n    Request Version: HTTP/1.1    Response Code: 200    Date: Mon, 22 May 2006 14:22:06 GMT\r\n    Se

RE: [EMAIL PROTECTED] POST encoding

2006-05-24 Thread Axel-Stéphane SMORGRAV
From: Computa Computa [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 12:36 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] POST encoding Hi I use Apache httpd and mod_rewrite as a reverse proxy between an IIS and end-users. When filling forms

[EMAIL PROTECTED] POST encoding

2006-05-23 Thread Computa Computa
HiI use Apache httpd and mod_rewrite as a reverse proxy between an IIS and end-users. When filling forms, strings sent from the browser to the proxy via a POST transaction are not encoded the same way compared to the strings sent directly from the browser to IIS. Here is an example bellow. As one c