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: Disabling httpd_location in mod_auth_form?
Author
NielsUll



Joined: 14 Jan 2013
Posts: 5
Location: Copenhagen, Denmark

PostPosted: Thu 04 Jul '13 16:15    Post subject: Disabling httpd_location in mod_auth_form? Reply with quote

Hi!

I am using mod_auth_form.

For security reasons, I would like to ensure that users are ALWAYS redirected to the page specified in AuthFormLoginSuccessLocation after a succesful login.

Therefore, I would like to disable processing of the
httpd_location form parameter.

The best I can do seems to be to use AuthFormLocation to set the field name to a hard-to-guess value, e.g.
AuthFormLocation "32 b63 a#ve"

But can I disable it entirely?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Thu 18 Jul '13 14:46    Post subject: Reply with quote

You can't disable it. Maybe you can if you modify the source code of mod_auth_form and recompile it.
Back to top


Reply to topic   Topic: Disabling httpd_location in mod_auth_form? View previous topic :: View next topic
Post new topic   Forum Index -> Apache