Purdue Northwest
CS 33600
Network Programming
Spring, 2024
A Tiny (mostly) Static Web Site

Use the F12 key to open either Chrome DevTools or Firefox DevTools.

Go to the Network tab.

Reload this page. Watch the browser communicate, in HTTP, with the server.

Use the mouse to right-click on this page and then choose "View page source".

Hover the mouse over the following image and then click on the image.

Child Anakin
Young Anakin Darth Vader

Test GET method.

Data:
Range:

Test (builtin) POST method.

Data:
Date:

Try the POST page.

Go to static2.html

Go to post.html

Go to test folder