sufuwang / demo

My study note about technology
0 stars 0 forks source link

HTTP Status #8

Open sufuwang opened 1 year ago

sufuwang commented 1 year ago

302

对资源请求进行拦截,修改响应的 header :改状态码 200 -> 302 ,添加 Location: /404。如图所示,页面由 / 跳转到 /404

image

fetch 请求进行拦截,修改响应的 header:改状态码 200 -> 302 ,添加 Location: /others。如图所示,Chrome 向 Location 发起了一次 fetch 请求

image