vue.config.js代理https请求头接口

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

上一篇:Linux上用IP转发使内部网络连接互联网


下一篇:防盗链(二)nginx secure_link下载防盗链