When using webquery or rawquery, sending too many requests at once may result in being banned by the server.
example:
http://xxx:10080/1/channelinfo?api-key=xxxx?cid=1
http://xxx:10080/1/channelinfo?api-key=xxxx?cid=2
http://xxx:10080/1/channelinfo?api-key=xxxx?cid=3
http://xxx:10080/1/channelinfo?api-key=xxxx?cid=4
That is expected behavior. To not get blacklisted you need to add the IP you run the requests from to the query_ip_allowlist.txt
file.
2 Likes