Skip to main content
Participant
February 24, 2020
Question

questions regarding internal server reporting

  • February 24, 2020
  • 1 reply
  • 400 views

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

This topic has been closed for replies.

1 reply

Eric Dumas
Community Expert
Community Expert
February 24, 2020

Hi,

It sounds like you are overcomplicating a simple process. I am not sure what you are trying to achieve

Participant
February 26, 2020

So do you folks merely export the project twice, once with a development internal server URL, and another with a production server url or something?  

 

Basically, I need to extract the quiz data from the XML and send it to Google Firestore in realtime, so I'd be doing quite a bit of modification to the script, possibly translating to javascript, which has me wondering why I shouldn't just run it in the client as a service worker, it it's simply posting xml data to the url, and my site can remain entirely static.