I'm getting GET data without issue using:
local get, err = client:receive()
But I'm not sure how to receive POST data. I've tried:
local get, err = client:receive('*a')
But the server seems to always timeout on POST data (the test data is just an textbox with some words in it)
Any help fully appreciated and as always please link me if this is a repeat question!
Cheers!