RuneHub Launched! We are officially out of beta! 🚀 Learn more

Developers

Test Callback System

Seeking to implement incentive voting for RuneHub? This utility allows you to emulate the callback mechanism of our RSPS list — bypassing the 12-hour restriction to verify the proper configuration of your callback system.

Learn more

Callback parameters

Full callback URL:

http://localhost:3000/callback?player=patrity&testmode=true

Testmode Parameter

To differentiate actual callbacks from trial ones and enhance your system's security, our callback tester introduces an additional $_GET parameter in the callback URL.

Every test callback is tagged with testmode=true. For instance, a test callback would look like:

https://www.yourdomain.com/voteprocessing?callback=CONTENTHERE&ip=VOTERIP&testmode=true

Ensure that your system can handle this parameter and no rewards are granted when this parameter is present

Need assistance configuring your callback?

Consult our documentation for guidance.