Execute requests from your script, via the browser. It is useful for testing and debugging.
It might not be the best solution, but works well enough.
- Copy the script from
hook.jsand paste it into your browser's console. - Start the
server.jsscript. - Execute your script.
- Send request to
/send/:datawhere:datais a base64 encoded string of a JSON object.
You can also use the run.py script to test this out.
