Skip to content

Configurable URI path prefix for http and stream #53

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

Closed
easytarget opened this issue Sep 28, 2020 · 2 comments
Closed

Configurable URI path prefix for http and stream #53

easytarget opened this issue Sep 28, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@easytarget
Copy link
Owner

easytarget commented Sep 28, 2020

Add ability to extend the path for the HTTP handlers; allowing easier embedding and providing a basic secrecy hurdle against casual viewers.

ie: define HTTP_PREFIX (eg mysecret/) and embed in all the URI's like this http://<IP>/$HTTP_PREIX<target>

Needs SSL support ( #54 ) to become a real privacy / eavesdropper protection, totally vulnerable to network sniffing without this.
May be very useful if you want to embed within another site.

@easytarget easytarget added the enhancement New feature or request label Sep 28, 2020
@easytarget easytarget added this to the V3 milestone Sep 28, 2020
@easytarget
Copy link
Owner Author

easytarget commented Sep 28, 2020

Allow separate prefix for HTTP and STREAM handlers. Dont forget to pass this as part of the stream URL to the browser.

@easytarget
Copy link
Owner Author

Just lost a couple of hours of my life to realising that this is a rather bad idea.
Closing; I'll submit a proper 'authenticate users' RFE later if I feel like it.
This is not a security camera; it's an example project, and overcomplexity is not what I want.

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

No branches or pull requests

1 participant