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

Allow the ui to connect over the network #3

Open
antheas opened this issue Jan 14, 2024 · 0 comments
Open

Allow the ui to connect over the network #3

antheas opened this issue Jan 14, 2024 · 0 comments

Comments

@antheas
Copy link
Contributor

antheas commented Jan 14, 2024

Right now, the domain hhd.dev, or any serving of the ui done by a browser and not pointing to localhost will fail to connect, due to a browser policy named Mixed Content Serving (https to http on a different url).

Replace the browser native fetch function with a http-over-javascript function such as with the library forge:
https://github.com/digitalbazaar/forge

This should be a straight swap, and use the same API.

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