Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. response.setStatus(HttpServletResponse.SC_MOVED_PERMANENTLY);
  2. response.setHeader("Location", "https://google.com.br");
  3.  
  4. response.setStatus(HttpServletResponse.SC_MOVED_PERMANENTLY);
  5. response.setHeader("Location", "https://www.google.com.br");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement