Re: Redirecting POST requests with Jesred!

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Mon, 07 Feb 2000 20:04:17 +0100

Trawoeger, Andreas wrote:
>
> That's working fine with GET requests, but with a POST request I'm getting
> the following error:

You need to patch Jersed to allow POST/PUT, or use another redirector..
Making a generic redirector as this in Perl is quite simple..

#!/usr/bin/perl -p
BEGIN { $| = 1; }
s%^http://www.gmx.net([:/]|$)%http://sozvers1.dhs.org$1% && next;
s%^http://www9.gmx.net([:/]|$)%http://sozvers1.dhs.org$1% && next;

--
Henrik Nordstrom
Received on Mon Feb 07 2000 - 14:05:05 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:51:00 MST