重定向原理

后端 在 http header 中 加入 status_code , 302 是临时重定向, 301 是永久重定向

response headers 中 有一个 location属性,这个 就是 我要跳转的新的地址

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Request URL: https://download.jetbrains.com/idea/ideaIU-2021.3.exe
Request Method: GET
Status Code: 302 
Remote Address: 54.77.218.77:443
Referrer Policy: strict-origin-when-cross-origin
content-length: 138
content-type: text/html
date: Thu, 02 Dec 2021 08:26:34 GMT
location: https://redirector.jetbrains.com.cn/idea/ideaIU-2021.3.exe
server: nginx