I need to log URLs that are linking to my site in a Java Servlet.
|
|
It's available in the HTTP
You however need to realize that this is a client-controlled value and can thus be spoofed to something entirely different or even removed. Thus, whatever value it returns, you should not use it for any critical business processes in the backend, but only for presentation control (e.g. hiding/showing/changing certain pure layout parts) and/or statistics. |
||||
|
The URLs are passed in the Request. Request.getRequestURL(). If you mean other sites that are linking to you? You want to capture the HTTP Referrer, which you can do by calling:
|
|||
|
|
|
Actually it's:
|
|||
|