-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
roadmap: version 0.9 #579
Comments
Hi, I'm trying to develop an ab-test plugin and it will be used for the backend API's URI or params control. The configuration below is my simple design. I'm not sure whether it is a generic feature. Looking forward to your suggestion. {
"ab-test-rewrite": {
"enabled": true,
"default": {
"uri": "/test/home.html",
"scheme": "http",
"host": "iresty.com",
"headers": {
"X-Api-Version": "v1",
"X-Api-Engine": "apisix",
"X-Api-useless": ""
}
},
"tests": [
{
"condition": [
{
"proccessor": "mod|7",
"field": "userid",
"range": "0,4"
}
],
"rewrite": {
"uri": "/test?group_id=234"
}
},
{
"condition": [
{
"proccessor": "mod|7",
"field": "userid",
"range": "5,6"
}
],
"rewrite": {
"uri": "/test?group_id=83838"
}
}
]
}
} |
I created a new issue right now, we can discuss it separately. |
implement a naxsi-like web firewall through plugins |
The We need to make major changes to it. |
0.9 Milestones: https://github.com/iresty/apisix/milestone/6
if you want to add some new feature in this version, please leave a message.
The text was updated successfully, but these errors were encountered: