You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
(egmysecret/
) and embed in all the URI's like thishttp://<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.
The text was updated successfully, but these errors were encountered: