MyBB Community Forums

Full Version: Can you get a post hash from HTTP request?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry for the out of place thread placement, but this seemed like the most general place to post this.
I am writing a bot in Lua that aims to use HTTP(s) requests to post to a forum after certain other events in the bot (I have received explicit permission from the board admins to do this!!)
I've found that each post requires a post key and post hash. It appears the hash is made new after every page refresh. Is there a way to use GET (or some other verb) requests to get this post hash after logging in via POST? How else could I find this on the fly?