Posts marked with “http”

Education Station: Anatomy of a Web Response

by · May 5, 2020

0
 

Last month, we looked at HTTP requests and how a user agent asks for a specific resource. How do we provide an answer? Web servers send it back in an HTTP response. Let’s look at the parts of a response, how to indicate success or failure, and how to build the response body.

 

Education Station: Anatomy of a Web Request

by · April 9, 2020

0
 

One of the things that drew me to PHP during my formative programming years was the quick turnaround time for trying something. You type something into an editor, save the file, and refresh your browser. Through the power of the web, your browser presents you with an error saying you mistyped a function name. Welcome […]