How exactly do you see the number of requests? And what requests exactly are we talking about?
Please write a report according to this instruction:
https://community.bablosoft.com/topic/30993
How to fetch login and password from the base txt (many lines of "user:pass" format)
-
Use javascript
.split(":")method. Example : https://community.bablosoft.com/post/68709
