passive-scan-client icon indicating copy to clipboard operation
passive-scan-client copied to clipboard

Update HttpAndHttpsProxy.java,否则有的站点校验origin和referer会bug

Open chen1sheng opened this issue 3 years ago • 0 comments

开始String[] h = header.split(":"); 直接用冒号截断导致有的情况下 Origin: https://xxx.com Referer: https://xxx.com 被截断成 Origin: https Referer: https 新加了个空格

chen1sheng avatar Oct 14 '21 07:10 chen1sheng