The POST Method. Read more about this method. The POST method transfers information via HTTP headers. We use plain PHP and Symfony, Slim, and Laravel frameworks. These are $_GET and $_POST. Data sent through POST method will not be visible in the URL. The $_REQUEST variable contains the contents of $_GET, $_POST, and $_COOKIE. There are two ways the browser client can send information to the web server. These methods are given below, and discussed in detail: GET method; POST method; Get and Post methods are the HTTP request methods used inside the This method sends a header and a body message to the server.