Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
JSP
redirect a request to another Web site
kri shan
Ranch Hand
Posts: 1491
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How do i redirect a request to another Web site ?.
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You want the response sendRedirect method. It must be called before anything has been written to the response or you will get a
IllegalStateException
.
Bill
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
difference between Jsp forward and sendRedirect
sending information in case of redirect
FrontMan dispatch to do a GET on a page/command?
Value shows up in url
response.sendRedirect() error
More...