Guanlun Zhao
Web developer and learner who occasionally writes.
Find me on Github: github.com/guanlun
TIL: HTTP Redirect 301 vs 302
  • 301 means the resource is moved permanantly to a new location and the client should not request the original location.
  • 302 means the resource is temporarily moved and the client should continue requesting the original URL.
comments powered by Disqus