Vinelab / http

A smart, simple and fault-tolerant HTTP client for sending and receiving JSON and XML
57 stars 30 forks source link

Posting JSON #1

Closed Mulkave closed 11 years ago

Mulkave commented 11 years ago

Posting JSON isn't really posted as JSON and tests are failing since the file /tests/server/json_post.php isn't capturing the JSON data, and cURL doesn't populate passed data to the superglobal $_POST so we need to send params json encoded.