| Author |
servlet to receive and forward HTTP status.
|
kenji kunoichi
Ranch Hand
Joined: Jun 02, 2007
Posts: 39
|
|
|
I am trying to make a servlet which will receive 'HTTP 302 Found' from a server and if it is HTTP 302 Found then it will forward HTTP 200 OK to another server. But with what api I can do this ?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
Hmm, this is pretty much the same question as here, and posted from the same IP address. Are you posting from more than one account?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Charles 'King
Ranch Hand
Joined: Jul 05, 2009
Posts: 56
|
|
Take a look here: http://download.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html
|
 |
 |
|
|
subject: servlet to receive and forward HTTP status.
|
|
|