Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Getting input data or page from POST method in input filter |
|
Author |
|
zvi_kave
Joined: 15 Aug 2007 Posts: 4
|
Posted: Thu 23 Aug '07 17:05 Post subject: Getting input data or page from POST method in input filter |
|
|
Dear friends,
I am looking for an input filter module example that can help me
to find the POST method input data / page.
Regards,
Zvi |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Sat 25 Aug '07 16:50 Post subject: |
|
|
If you are writing a module to do anything with the POST data in Apache 2, you probably want to create an input filter.
You will need to understand buckets & brigades.
Good resources are:The last describes output filters rather than input filters - but it is a very useful explanation about how to handle bucket brigades correctly.
-tom- |
|
Back to top |
|
zvi_kave
Joined: 15 Aug 2007 Posts: 4
|
Posted: Wed 29 Aug '07 7:37 Post subject: Getting input data or page from POST method - thanks! |
|
|
Tom,
Thank you for your useful pointers.
Zvi
tdonovan wrote: | If you are writing a module to do anything with the POST data in Apache 2, you probably want to create an input filter.
You will need to understand buckets & brigades.
Good resources are:The last describes output filters rather than input filters - but it is a very useful explanation about how to handle bucket brigades correctly.
-tom- |
|
|
Back to top |
|
|
|
|
|
|