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: Looking for specific module functionality |
|
Author |
|
Draco
Joined: 28 Sep 2010 Posts: 3 Location: Montreal, Canada
|
Posted: Tue 28 Sep '10 21:59 Post subject: Looking for specific module functionality |
|
|
Hello Apache Lounge,
I am looking for an apache module that could do the following:
1- read cookies
2- redirect
3- web services (send its own http requests)
The reason I need a module that can do this is that I am trying to use a third-party's authentication to identify my own users and this would be done through values passed around in cookies. Redirects and requests could occur as a result of these values.
Does anyone have any module suggestions?
Thanks |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 03 Oct '10 16:12 Post subject: |
|
|
A module that can read cookies will come in 2.4. A redirect can be done with apache standard modules. There is no module for a webservice.
I think you look for some kinda script or java application, but not an apache module or you have to write your own module. |
|
Back to top |
|
|
|
|
|
|