In part 1 of ‘Creating a website contact page’ I discovered that in order to submit the information entered in the contact form, stored on Amazon S3, I need to create a different server to handle POST requests
The second in my series of HTTP request articles walks through how to build a very simple example of an HTTP request to get a better understanding of how they work.