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