Hynek Schlawack <[EMAIL PROTECTED]> writes: > Uhm, that's exactly what I want, and I actually know how to do it with > CURL or via netcat. And I also know how to achieve it in Perl, I'm > currently just totally confused how to achieve it in RIFE. :( > > The first example is _exactly_ what I want, but where can I access the > document inside which is supplied there?
Ahhh, finally: --8<---------------cut here---------------start------------->8--- setProhibitRawAccess(false); BufferedReader r = getHttpServletRequest().getReader(); --8<---------------cut here---------------end--------------->8--- This _had_ to be easy like that. *sigh* Thanks for you help, I guess I wan't clear enough about my wishes. Merry christmas, -hs _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
