@bebetter said in How to Manage API Key Usage in Multi-Threaded Tasks with BAS:
Can we return the API key back to the resource after finishing a thread?
You don't need it. Just set the usage count of the resource when you create it.
I want to test UDP proxy here:
https://networktest.twilio.com/
The problem is, BAS is too slow for this website. The website has a 5 seconds timeout for the first test, which I guess would be fast enough for every browser except the BAS browser.
So this is critical because I do need this website for testing.
I was using ipbinding.online, which is no longer working, at least today.
I do need a way to make BAS faster.