We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在一个内部使用 公网 IP 段的内网环境,调用出现去公网请求的错误,与跳过 forest 进行请求的返回完全不同 一下是使用不同调用方式返回的数据: 1、使用 hutool 工具中的 httputil 进行请求 返回了正常的 json 2、使用forest-core 1.5.33 backend 使用 okhttp3 请求 返回了 timeout 3、 使用 forest-core 1.5.33 backend 使用apache httpclient 请求返回 timeout 4、直接使用 apache httpclinet v4.5.13 进行请求 响应了正常的 json
希望能提供一下测试思路,目前不确定为何会出现此问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在一个内部使用 公网 IP 段的内网环境,调用出现去公网请求的错误,与跳过 forest 进行请求的返回完全不同
一下是使用不同调用方式返回的数据:
1、使用 hutool 工具中的 httputil 进行请求 返回了正常的 json
2、使用forest-core 1.5.33 backend 使用 okhttp3 请求 返回了 timeout
3、 使用 forest-core 1.5.33 backend 使用apache httpclient 请求返回 timeout
4、直接使用 apache httpclinet v4.5.13 进行请求 响应了正常的 json
希望能提供一下测试思路,目前不确定为何会出现此问题
The text was updated successfully, but these errors were encountered: