mx.appUrl and mx.remoteUrl client API

0
Hi all,   I'm trying to understand the difference between mx.appUrl and mx.remoteUrl in the client api. I noticed that within a native app, in the global variables, the appUrl shows the resources folder, but the remoteUrl is what you would expect.   Are there situations where the appUrl and remoteUrl are different? (besides the case I just mentioned)   Lets say I want to access a server resource like a REST api or a websocket through native, is it always possible to do this through the remoteUrl, or might this result in some issues in for instance multi-instance applications and/or certain custom runtime settings?   Any insights or experience is very welcome. Thanks in advance!
asked
0 answers