Back to course home
0% completed
Vote For New Content
Shouldn't the redirect use 301 instead of 302? Browsers cache when the returned ...
Diego Santiviago
Feb 18, 2022
Shouldn't the redirect use 301 instead of 302? Browsers cache when the returned page uses HTTP 301, while 302 is not the case.
0
0
Comments
Comments
Design Gurus4 years ago
We suggested 302 redirect because a 301 redirect indicates that the page has permanently moved to a new location, whereas, a 302 means that the page has moved to a new location, but that it is only temporary.