Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through Takin, middlewares and applications can identify real online traffic and test traffic, ensure that they enter the right databases.
在docker中对demo发起请求:
curl --location --request POST 'http://172.17.0.2:28881/gateway/api/register' --header 'Content-Type: application/json' --data '{"mobile":"15558172233","password":"123456","nickName":"name-1000033","email":"1000000033@qq.com","birthDay":"2000-11-05","provinceName":"浙江","cityName":"杭州"}'
一直无响应 加上了--header 'User-Agent:PerfomanceTest' 头后显示必须是白名单,要对应用配置白名单但设置白名单后是这个样子: 请问如何解决啊