Look at what you setup in your web.xml, it's there. Most likely something like /gwtRequest.
You can also just use something like FireBug or the Developer Tools in Chrome to see the requests that the Browser is making. Note: if you really want to be secure I would suggest you use HTTPS. On Monday, October 22, 2012 10:51:00 AM UTC-4, Yan wrote: > > 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 > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/sx_66nM03ZEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
