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

Verify Access to Webserver #1

Open
niccokunzmann opened this issue Apr 5, 2018 · 0 comments
Open

Verify Access to Webserver #1

niccokunzmann opened this issue Apr 5, 2018 · 0 comments

Comments

@niccokunzmann
Copy link
Member

Motivation

We need a way to verify that the web server we redirect to is under the control of the person entering the data.

Solution Suggestions

We can implement different tests based on strings:

  • / or redirects should include the random string somewhere
  • /.freifunk-website-proxy or redirects include the random string

This way, one can only include the router if the string matches.
The access should be tested hourly and be revoked if the tests fail.
The string should be reproducible.

Examples

If you want to provide access to domain "sub.doma.in", you should include the string "proxy+sub.doma.in+allow"
This can be in html comments or in plain text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant