shulieTech / Takin

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.
Apache License 2.0
1.31k stars 330 forks source link

demo测压配置白名单的时候显示远程接口无服务端应用 #117

Open qing-root opened 2 years ago

qing-root commented 2 years ago

在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' 头后显示必须是白名单,要对应用配置白名单

但设置白名单后是这个样子: image 请问如何解决啊

KitherRunner commented 2 years ago

看一下该应用是否正常 image