You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
环境
系统/平台: Archlinux rolling; kernel 6.7.0-rc7-modified-g861deac3b092-dirty
nodejs 版本: v21.4.0
API版本: 4.14.0
出现问题
当使用IPv6的回环地址请求时,返回406:
重现步骤
请求代码
或
期待效果
正常请求
更多注明
当把url中的
[::1]
改成127.0.0.1后,就不报操作频繁的错了,而以IPv6回环地址请求时就会,正常的话不应该出现这样的差别。最开始这个问题,是我用的
http://localhost:3000
地址,然后发现用Ruby请求就老报这个错,很奇怪。我并没频繁请求,已经等了很久了再请求还是那样。后来又发现在浏览器里和IntelliJ的HTTP Client里请求都是正常的,唯独Ruby出错。我又在Kotlin实现了同样的逻辑,Kotlin也是好的。在Wireshark中比较Ruby和Kotlin的请求,发现Ruby对localhost
使用IPv6回环地址,而Kotlin的ktor还是IPV4,遂发现这个问题。The text was updated successfully, but these errors were encountered: