This is my requestB {“method”: “GET”,”title”:”Read”,”body”:”Hello World”} This is my php file if (isset($_GET[‘method’]) === TRUE) { header(“Content-type: text/html; charset=UTF-8”); $message = “Hello World”; if(have_posts()) { $my_post = new Me(array( array( “title” => $message, ‘body’ => $message ), ); } else { print “Home is not in the header.”; } } else { echo “There is no ‘$message’ header.”; The above is the request I have put in server response then when I request is not redirect where text is added to it and I am not receiving any data. The problem that I get is that when some code is not showing the data in the json, I just can not acccess this content when the code is sent to client and I don’t know how to handle this information