Pass parameter to Web App

Can anyone tell me how to pass a parameter to a web app, like you do to a php script?

MyDomain.com/MyXojoWebApp?A=String one&B=This is the second one&C=5434

Someone must have figured this out.

Thanks

Rich

That’s easy :slight_smile:
Use URLParameters
http://documentation.xojo.com/index.php/WebSession.URLParameter

Thanks!