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
Mac
4.1.0
delete请求传body数据,正常
代理服务器没有接受到body数据
希望对delete存在body的时候,在fetchRemoteResponse方法中兼容。 设置Response.headers里面的content-length https://stackoverflow.com/questions/35589109/node-http-delete-request-no-longer-works-after-upgrading-from-0-10-40
The text was updated successfully, but these errors were encountered:
alibaba#553 : fix alibaba#518 DELETE | GET and other methods cannot p…
98631c5
…ass the request body
Successfully merging a pull request may close this issue.
Which platform are you running AnyProxy
Mac
The version of the AnyProxy
4.1.0
Your expected behavior of AnyProxy
delete请求传body数据,正常
The actual behavior of AnyProxy
代理服务器没有接受到body数据
相关链接
希望对delete存在body的时候,在fetchRemoteResponse方法中兼容。
设置Response.headers里面的content-length
https://stackoverflow.com/questions/35589109/node-http-delete-request-no-longer-works-after-upgrading-from-0-10-40
The text was updated successfully, but these errors were encountered: