URL of the website calling Restlet API
- by Christopher McCann
I have a Restlet API and the methods exposed on it are called by a PHP web app. This web app is accessible by several domain names and depending on the domain certain aspects of the app are changed (look and feel, content etc).
Is there a way for Restlet to determine the URL of the calling web app? I have used getReference() but all I can get is…