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: Apache Request Modules |
|
Author |
|
coderFool
Joined: 30 May 2013 Posts: 3
|
Posted: Mon 03 Jun '13 16:20 Post subject: Apache Request Modules |
|
|
There are a butt-load of apache modules that make life so much easier. Is anyone familiar with a module that can provide what type of request has been made? If not a module, maybe some other way to get what type of request has been made? (payRequest, calculateFeeRequest, voidRequest etc...) |
|
Back to top |
|
covener
Joined: 23 Nov 2008 Posts: 60
|
Posted: Mon 03 Jun '13 17:02 Post subject: Re: Apache Request Modules |
|
|
How would a module tell the difference between a payRequest or a calculateFeeRequest in different applications? |
|
Back to top |
|
coderFool
Joined: 30 May 2013 Posts: 3
|
Posted: Mon 03 Jun '13 20:32 Post subject: |
|
|
That is my question, what is the typical way of knowing the difference between different types of requests? |
|
Back to top |
|
covener
Joined: 23 Nov 2008 Posts: 60
|
Posted: Mon 03 Jun '13 23:23 Post subject: |
|
|
If you're writing a module or an application, you inspect the URL, headers, and request body to determine how to respond.
But there's no generic categorization that occurs. |
|
Back to top |
|
|
|
|
|
|