Which HTTP response code a server should return if a page was temporarily moved to another location?
1.404
2.500
3.301
4.302
And Why
Printable View
Which HTTP response code a server should return if a page was temporarily moved to another location?
1.404
2.500
3.301
4.302
And Why
hello
Net Problem
302 is for temporarily moved to another location and 301 for permanent move
302 is a temporary redirect rule from one URL to another.
302 HTTP response code which means that page location is changed.