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
后端服务会把动态部分作为数字参数处理,从现象来看,url动态部分多拼接了*匹配符进去了,导致参数无法转换成数字导致异常。 诡异的时,接口我没修改,只是重新【发布】又恢复了正常,过几个小时后又出现该情况,重复前面的动作才能修复。
并不是所有接口都存在这个问题,只有这个接口存在此问题。
星号通配符应该不能被拼接到动态参数部分
No response
The text was updated successfully, but these errors were encountered:
我这边也有遇到过这个问题,大概溯源是这样的: 1、配置个API,转发规则配置的时候也带了个* 2、更改这个API把转发规则中的移除掉,重新发布; 3、集群中节点插件发布 4、访问API发现复现转发带了 5、重新发布API又恢复正常
Sorry, something went wrong.
No branches or pull requests
Current Behavior
后端服务会把动态部分作为数字参数处理,从现象来看,url动态部分多拼接了*匹配符进去了,导致参数无法转换成数字导致异常。
诡异的时,接口我没修改,只是重新【发布】又恢复了正常,过几个小时后又出现该情况,重复前面的动作才能修复。
并不是所有接口都存在这个问题,只有这个接口存在此问题。
Expected Behavior
星号通配符应该不能被拼接到动态参数部分
Error Logs
No response
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: