Sentinel can be set rules through http protocol.
But all rules are transported to the api every time and would fail when the url exceeds the limit in RFC.(Bad Request will occur).
SO:
- Add more api(eg, addRule/removeRule)
- Put the data into post body
What do other guys think about?
Sentinel can be set rules through http protocol.
But all rules are transported to the api every time and would fail when the url exceeds the limit in RFC.(Bad Request will occur).
SO:
What do other guys think about?