Roland684 has asked for the wisdom of the Perl Monks concerning the following question:
I thought I'd create a small script to which I direct the program's requests and this script should store the exact request in a file, so I can inspect what request was sent.
Getting the parsed parameters is dead simple, that's what we always do and luckily you do never have to do any parsing yourself. Unfortunately every piece of information seems to be about accessing the parsed data, never the unparsed bytes.
I'm not even sure the http-headers reacht perl or are stripped away by Apache.
Is there any way to access the original request data?
Preferably including the http header and all?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Get the raw request sent to my script
by Anonymous Monk on Oct 18, 2011 at 13:52 UTC | |
|
Re: Get the raw request sent to my script
by mrstlee (Beadle) on Oct 19, 2011 at 14:45 UTC |