我看到问题了。curl命令确实能正确获取到绕过规则,但我们的前端页面没有显示出来。让我们修复这个问题:

root@OuluVM214343428:/opt/django_apisix_security# curl -s http://127.0.0.1:8000/api/domains/route_247962/bypass_rules/ | python3 -m json.tool
{
"etcd_bypass_rules": [
{
"name": "asf",
"actions": [
{
"type": "bypass",
"config": {}
}
],
"conditions": {
"match_items": [
{
"value": "^\/(.)asd(.)$",
"type": "uri",
"operator": "regex"
}
],
"operator": "AND"
},
"priority": 320,
"id": "rule_ac523282_route_route_247962"
}
],
"redis_bypass_rules": [
"rule_1752312390_6706",
"rule_1752312476_1859",
"rule_1752312414_7622",
"rule_ac523282_route_route_247962",
"api_bypass_247962",
"rule_1752312225_7483",
"fifss_247962",
"seking_route_247962",
"rule_ac523282_route_247962",
"fifss_247962"
],
"route_id": "route_247962",
"domain": "247962.ant-waf.com"
}
root@OuluVM214343428:/opt/django_apisix_security# image

posted @ 2025-07-13 17:43  昆仑葫芦  阅读(1)  评论(0)    收藏  举报