Could anyone tell me why the following statement does not send the post data to the designated url? The url is called but on the server when I print $_POST - I get an empty
When I had this problem the parameter I was posting turned out to be an array of objects instead of a simple object.