We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Writing Filters for Apache 2.0
|
| Subject: |
|
GET-POST Input Filter |
| Date: |
|
2007-10-01 01:57:32 |
| From: |
|
Garonne
|
|
|
|
Hi,
I have a project in which I have to write an Input Filter that transform an HTTP GET request to HTTP POST request before that request is handled by the Apache http proxy.
It works now, my Input Filter but I have a problem that I don't know how to filter one URI request by using Apache directives before pass that request to my filter.
Can anyone please help me?
Thanks.
|