Martin Dudel
unread,Nov 30, 2016, 8:12:20 AM11/30/16You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-d...@lists.mozilla.org
We have a use-case where an HTTP(S) server in the browser would really help us out.
We have a web app that aggregates geospatial data and applies it to a web map. Some of our users would like this in Google Earth, ArcGIS Earth, etc. which are applications that run outside of the web browser.
Our intent is to allow the browser to aggregate and filter the data and then expose the result to the geospatial applications via a KML network link. The network link requires a URL to the data source. FlyWeb actually works great, however we have to send a request to FlyWeb, extract the port from the request header, and then build the URL to the resource. We would love to do this in Javascript,
My coworker can add the properties we need to the server object but we can't seem to run the XPI he created since it is not signed. when he returns I will ask for more details of what he has done.
In the meantime, is there a means to request that these properties (like the server port) be added to the server object?