-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP transport: Use dest as Host if not set #4038
Conversation
|
XHTTP 用 stream-up 模式然后 extra 里填 headers 是不是就行了 |
应该是的 但是我没有测试 不过那样为什么不用websocket |
如果是这样的话,我甚至想默认 stream-up 模式,默认加上 grpc 伪装,反正不影响 REALITY,其它场景先试试运气,不行再切 |
会有 ALPN 问题,而且 cf 的 ECH 太明显,那个 sni 已经被俄罗斯封了 |
这很明显是cf给grpc开的后门 改默认约等于盯着cf薅 没有任何其他地方有这个行为 最好是别乱改。。 想玩的自己改请求头就是了 |
|
开玩笑的,其实我是觉得不止 cf 有这样的行为吧,任何场景都可以先试试运气,不行再切 |
话说,这样的话它和其它 HTTP 类传输逻辑就一致了吗,如果不一致,都改成一样比较好 |
|
还有个细枝末节的在header里填host:xxxxx 就像当初ws改的那样 不过不是什么大问题 |
http类传输的一堆work around 类似之前的WS和httpupgrade
今天研究这个过CF的时候发现的 如果问能不能过的话 是的 这个传输稍作修改就能透传CF