J Decker
2018-10-26 17:36:35 UTC
I was working on downloading a service's UI from the service itself. The
service only allows one connection (websocket), and unless going through
the proper connection sequence, the service is not available. So once I
connect a websocket to the service, I can request "getClientInterface' at
which point the server can send HTML data which I set into an IFrame. The
Next issue, though, is that all the requests for external resources on that
page (Images/Style Sheets/More Scripts) are then requested from where the
top-level page is (and again, the service cannot be contacted again, even
if I used full resource paths including host).
I found that as an Extension there is an API for catching and modifying
requests, But isn't there some local handler I can setup just for this one
page?
service only allows one connection (websocket), and unless going through
the proper connection sequence, the service is not available. So once I
connect a websocket to the service, I can request "getClientInterface' at
which point the server can send HTML data which I set into an IFrame. The
Next issue, though, is that all the requests for external resources on that
page (Images/Style Sheets/More Scripts) are then requested from where the
top-level page is (and again, the service cannot be contacted again, even
if I used full resource paths including host).
I found that as an Extension there is an API for catching and modifying
requests, But isn't there some local handler I can setup just for this one
page?
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.