Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os-OPNWAF redirect feature #4030

Open
3 tasks done
0x646f6d opened this issue Jun 5, 2024 · 0 comments
Open
3 tasks done

os-OPNWAF redirect feature #4030

0x646f6d opened this issue Jun 5, 2024 · 0 comments
Assignees
Labels
feature Adding new functionality

Comments

@0x646f6d
Copy link

0x646f6d commented Jun 5, 2024

Important notices
Before you add a new report, we ask you kindly to acknowledge the following:

Is your feature request related to a problem? Please describe.
We started using OPNWAF as a front-end webserver. However, we face certain limitations regarding redirects of web pages. Consider the following typical use cases:

All these are classic features which are usually implemented on the reverse proxy. It would be great to support this.

Describe the solution you'd like
Such simple redirects could be implement with the Redirect directive. In the GUI I could imagine having another input field named Redirect and a dropdown to select the status. Of course, only either Remote destinations or Redirect can be set up.
In the configuration it could be set up like in the last example of the docs:

<Location "/one">
    Redirect permanent "http://example.com/two"
</Location>

Describe alternatives you've considered
none

Additional context
Add any other context or screenshots about the feature request here.

@AdSchellevis AdSchellevis added the feature Adding new functionality label Jun 6, 2024
@AdSchellevis AdSchellevis self-assigned this Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding new functionality
Development

No branches or pull requests

2 participants