How can I get the full URL with the attached parameters?

How can I get the full URL with the attached parameters?

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.


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>

<%
String str=request.getRequestURL()+"?"+request.getQueryString();
%>
</body>
</html>

Thanks
RoseIndia Team









Related Tutorials/Questions & Answers:
How can I get the full URL with the attached parameters? - JSP-Servlet
how i can get jqfade.js library
Advertisements
How can I get IBM certification for free?
How can I get into big data?
How can I get specific data from JSON
If Sessin Contain Array how can i get each value.
How can I get query string values in JavaScript?
How Can I get ArrayList of Data from jsp with ajax request
how can i get output pls urget tell me
How can I get specific data from JSON
how to get request url in node js
how to get request url in node js
How to get the full path location using <input type=file>
How can I get experience in data science if no one would hire me?
java how to get domain name from url
How to get full path of the uploaded file using commons fileupload jar file
Can I get a job with just python?
Can I learn Python at 45 and get a job?
how do i grab the url in php?
I am getting error.How can i get details
How do I get started with Bootstrap
How do I get started with Bootstrap
How do I get a job in AI field?
How do I get a job in AI?
ModuleNotFoundError: No module named 'django-full-url'
ModuleNotFoundError: No module named 'django-full-url'
there are class A & class B.How can i get members of class A& B?
How to Get Referer URL Servlet
How can I do it? .click();
How can I learn Java?
How I get a variable from java script to use it in the scriptlet of jsp.
Can I get a job with Google IT support professional certificate?
Where can I get best Data science training with project work?
how should i can solve
how i do url encoding process - JSP-Servlet
How do I get a data science job with no experience?
How do I get a job as a data scientist in Bangalore?
How do I get a machine learning job with no experience?
How would I get this linked list in alphabetical order?
How data scientist can get job in fresher?
How can i use Facebook connect button
How do I get a job as junior data scientist?
How do I get a job as junior data scientist?
How do I get a job as junior data scientist?
Java Servlet : Get URL Example
how i get experience wise resume from database when i submit from browser
how can i add hibernate plugin to eclipse?
how can i display a pdf file in a jtextarea
how to sort the elements of hashmap and to print output the key and the value attached to it
How do I get a job as a data scientist if I have no prior experience?

Ads