On Wed, 3 Dec 2003, MUTHUKUMAR KANDASAMY wrote: > I have an in incoming regular POST method in the form /admin/ with a > special header 'x-myheader:', which needs to be analyzed and rewritten, > Then the POST is passed on to the original server on a different port > (in it's original form + changed x-myheader) where the connection is > maintained until a response is retrieved and passed back to the original > request.
Do do this header rewrite in Squid some C programming is required. See httpBuildRequestHeader(). Regards Henrik
