I’m trying to configure a web page to send data from our iPads in the field back to the GEP for analysis and mapping. I have the page doing a POST back to the REST input. It works as expected on my desktop machine, but does not from the iPads. From what I’ve seen so far in research is that I need to enable CORS to allow this to work. Are there any examples on how to properly enable CORS for the GEP and how this can be accomplished, or is it not possible to get data to GEP from a JQuery POST?
Any help would be greatly appreciated!