What is http redirect?



What is http redirect?..

Answer / Saurabh Gautam

In web development, an HTTP redirect is a response sent by a server indicating that the requested resource has been moved to another URL. The client (usually a web browser) is then instructed to request the new URL.nnThere are several types of HTTP redirects, but the most common are 301 Moved Permanently and 302 Found.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

Can we write Structs application without using Action Class directly or indirectly(extends Action class)

5 Answers  


Will the struts tags support other markup languages such as wml ?

1 Answers  


What is actionform in struts?

1 Answers  


What’s the difference between struts and espresso?

1 Answers  


What is used to display the intermediate result in an interceptor?

1 Answers  


What is the purpose of struts.xml in struct2?

1 Answers  


What are the some useful annotations introduced in struts2?

1 Answers  


where you will implement the tiles in struts?

2 Answers   Wipro,


What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?

1 Answers  


Why we use struts in java?

1 Answers  


Can you explain the directory structure for a struts folder in brief ?

1 Answers  


What is the purpose of @key annotation annotation?

1 Answers  


Categories