go https代理认证
摘要:
curl --proxy-header "代理认证信息" --proxy "代理地址" https://xxx 这里--proxy-header和普通header -H不等价,虽然两者类型相同,但是前者只发送给代理服务端(仅限https场景),后者只发送给服务端。 go Transport实现了ht 阅读全文
posted @ 2025-06-20 22:04 王景迁 阅读(14) 评论(0) 推荐(0)
posted @ 2025-06-20 22:04 王景迁 阅读(14) 评论(0) 推荐(0)