-
Notifications
You must be signed in to change notification settings - Fork 43
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
[webapp]: SCION WebView Idea #153
Comments
Hi Marten, thanks for this description and the prototype! Having something visible in the browser would definitely be great. Note that this proxy would need to be a simple forward proxy, not the reverse proxy that you've added in #142. What do you think? |
Hi Matthias, I like the idea of integrating SCION HTTP directly in the browser, not as part of scion-webapp, the proxy auto config approach looks promising. Maybe this can be combined with a small SCION browser extension, to allow scion addresses or maybe even a scion:// scheme, I know that this is possible, but I cannot oversee the effort to realize this. Nevertheless, I think realizing at this approach would be very beneficial, integrating it into webapp may be the "plan-b", we will see. I will do some research and testing about that and write down the results here, thanks for the help! |
A super simple implementation of what I suggested above was added in #181. |
I see, nice one! I also thought to start with this PAC approach, but didn't manage to take time for this. However, this one looks like a good starting point for further progress. |
Hi all,
after working on the shttp proxy PR #142, we had the idea to bring our video streaming setups, based on this proxy, into scion-apps. To do so, I implemented a raw prototype to make HTTP/3 requests over SCION and display the results in scion-apps (as far as the browser can display them). This prototype looks like this:
We plan to provide a DVB-T2 live stream over SCION that can be accessed via this feature. Furthermore, we hope that it could be an entrypoint for providing more resources via HTTP/3 over SCION.
So before implementing this feature completely and creating a PR, I hope we can use this issue for feedback, discussion and opinions about it.
Best,
Marten
The text was updated successfully, but these errors were encountered: