Get complete URL address on address bar of browser
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I want to get complete URL address is displaying on address bar of browser in JSP Example At present,The address bar of browser is containing the following address http://wwww.eshop.com/ShowMember?name=Peter White&id=123 In JSP, how to get this address.I cann't get it with request.getRequestURL().toString()