HTTP Status Code 3xx 都是做重新導向的作用:
- 301 Moved Permanently
- 302 Found
- 303 See Other
- 307 Temporary Redirect
- 308 Permanent Redirect
此篇主要是討論 307、308 為主,其他就簡單說明一下帶過~~
個人筆記, 記錄關於 系統、程式、新聞 與 日常生活 等資訊
HTTP Status Code 3xx 都是做重新導向的作用:
此篇主要是討論 307、308 為主,其他就簡單說明一下帶過~~
Nginx 要設定 301、302 轉址的範例如下:
Referrer URL 中間經過 轉址(301、302 Redirect), 到底會帶到的是哪個 URL 呢?