Posted 22 August 2014 - 01:39 PM
Hi, I'm having a bit of trouble using the post function in the HTTP api.
I know the arguments, and I've managed to use it with php
However, I want to be able access certain data using
But the problem is, I don't actually know how to properly format a post request string.
Does anyone know how?
I know the arguments, and I've managed to use it with php
php://input
However, I want to be able access certain data using
$_POST['blah']
But the problem is, I don't actually know how to properly format a post request string.
Does anyone know how?