herozzm
herozzm
url:``http://a.com?ILWHBNjF4ckRKalAUGeb6A==`` but gorequest set this url, [gorequest #1381](https://github.com/parnurzeal/gorequest/blob/develop/gorequest.go#L1381) ``` q := req.URL.Query() for k, v := range s.QueryData { for _, vv := range v { q.Add(k, vv) } }...
gorequest get return error, but golang http.get return some string, why? ```go package main import ( "fmt" "github.com/parnurzeal/gorequest" "io/ioutil" "net/http" ) func main () { urlStr := "http://www.pyggzy.com/list.asp?class=25" rawGet(urlStr) goGet(urlStr)...
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-pro-vue/issues) ## Basic Info - **Package Name And Version:** [email protected] - **Browser:** chrome118.0.0.0 ## What...
比如这个网站:https://www.sjzpc.edu.cn/ 浏览器可以看到内容,但是用req无法抓取到内容,就算启用了http指纹也不行
我下载了下面两个ipk安装,中间提示缺少的组件我也安装好了 luci-app-xray-shared_2.0.0-1_all.ipk luci-app-xray-fw4_2.0.0-1_all.ipk 安装好后台也能看到界面,但是相比之前手动写的config.json,感觉不一样,我在windows上用v2rayN用1分钟配置可以正常链接了,但是在luci-app-xray配了一天没用起来,看日志启动了没问题,我将电脑网关和dns都改成了这个openwrt(openwrt只是作为一个旁路由来使用)的ip还是无法翻墙,`/usr/bin/xray -test -config /var/etc/xray/config.json`也显示ok, luci-app-xray界面配置上也没说是不是全部接管了openwrt的流量(已勾选透明代理)? 是不是类似系统代理,然后在xray这里用geo来分流?比如黑名单模式,白名单模式,luci-app-xray采用的是默认是什么模式呢? 在DNS Settings有一条Bypassed domain rules:geosite:cn,用的绕过大陆模式吗?只要是国外ip一律走梯子? 我在windows上x2rayN、macOS和其他linux上可以正常使用的config.json配置: ```json { "log": { "access": "", "error": "", "loglevel": "none" }, "inbounds": [ { "tag": "socks",...
ShadowDOM closed is unreadable #### What versions are you running? any version #### What did you expect to see? ShadowDOM closed is readable #### What did you see instead? ShadowDOM...
req: v3.43.7 golang: 1.22.6 已经设置了跳过证书验证,但是未解决问题 程序直接被panic退出,提示:panic: tls: LoadSessionCoordinator.onEnterLoadSessionCheck failed: session is set and locked, no call to loadSession is allowed 访问的地址:https://mdst.org.cn/index.php?c=category&id=27 提示需要凭据 问题: - 为什么会出现这个错误?应该怎么避免? - 为什么无法捕获直接导致整个程序退出?