Hi there,
GWT has frontend and backend, I am using Request Factory.
When client makes a call to backend, it does HTTP post/get, how do I get the URL being used? Because I want to verify that if I simply get/post this URL directly, I will get 401 or 403. This is for security reasons.
How can I find the server URL? Is there a naming convention?
Thanks,
Yan