proxy: { "/api": { target: 'https://example.com', changeOrigin: true, secure: false, headers: { Referer: 'https://example.com' } } }
target 要使用Proxy
包装的目标
secure 安全证书校验
Referer 表示请求的来源(必填)
转自https://www.cnblogs.com/roland-sky/p/12916645.html
2024-02-08 10:53:52
proxy: { "/api": { target: 'https://example.com', changeOrigin: true, secure: false, headers: { Referer: 'https://example.com' } } }
target 要使用Proxy
包装的目标
secure 安全证书校验
Referer 表示请求的来源(必填)
转自https://www.cnblogs.com/roland-sky/p/12916645.html