questions regarding internal server reporting
Hi,
I'm wondering where the url for the internal server is stored within an exported project.
Since I don't develop on the machine whose URL is configured, I'm hoping to make, as part of a build process, perform subsitutions for this url based on the environment (development/testing/production), Other than that everything else the build process would leave everything else as is.
Also, based on the docs, it sounds like this should be http url rather than https? If cloudfare is converting all http requests to our site to https, is this going to present any problems?
And finally, is this a XMLRPC POST? I'm trying to determine whether I can use a service worker to avoid requiring server-side code at all. Everything else on our site is static content, and I'd rather have client side js extract what it needs from the XML and submit that information to google firestore.
- Scott
