logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache Request Modules
Author
coderFool



Joined: 30 May 2013
Posts: 3

PostPosted: Mon 03 Jun '13 16:20    Post subject: Apache Request Modules Reply with quote

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

PostPosted: Mon 03 Jun '13 17:02    Post subject: Re: Apache Request Modules Reply with quote

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

PostPosted: Mon 03 Jun '13 20:32    Post subject: Reply with quote

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

PostPosted: Mon 03 Jun '13 23:23    Post subject: Reply with quote

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


Reply to topic   Topic: Apache Request Modules View previous topic :: View next topic
Post new topic   Forum Index -> Apache