Page 1 of 1

_Post message interceptor utility

Posted: Mon Jul 26, 2004 8:05 am
by chas688
I am looking for a simple post message interceptor. If there is anything like this in exisitence, please let me know.

Thanks,
Chas688

Posted: Mon Jul 26, 2004 10:52 am
by feyd
once PHP lets the scripts get ahold of $_POST, it's already sent. You'll probably need to use some Perl to get at the raw data before it's finished.. depends on what you're doing with it..