PHP: get and set custom HTTP headers
5.01.2012 | 0 Comments
In this short tutorial I will illustrate how can you send and read custom HTTP headers using php.
First let’s start by sending a custom HTTP header to the server. I will be using cURL library to send HTTP requests.