Web Application Identifier

Hello,

i need informations about the correct identifier.
The funny twisting of name and tld makes me confuse.
Easy Xojo example: com.example.webappname.
In reality my CGI is in www.MyName.tld/CGI/Test.cgi
So what is the correct identifier?
I didn’t found examples.

The application identifier is a unique ID for the web app. it must be unique for all Xojo CGI web apps running on the server. It is typically written in reverse domain name order for convenience but it could be literally anything. The application identifier has nothing to do with the built app name nor the URL used to access the web app.

http://documentation.xojo.com/index.php/WebApplication.ApplicationIdentifier