How can I get the full URL with the attached parameters? 1 Answer(s) 4 years and 5 months ago
Posted in : JSP-Servlet
View Answers
March 27, 2009 at 1:12 AM
Hi Friend,
You can try the following code to solve your problem. Here we can use combination of getRequestURL() method and getQueryString() method to achieve requirement.