Kolam Ayer MakersLinux Foundations

Status Codes

Core Idea

HTTP status codes summarize what happened to a request.

Practice Alone

Run a header request and read the first line:

curl -I https://lf2607.kolamayermakers.org/~username/

Useful beginner set:

For this course, 502 usually means Caddy received the public request but could not reach your user service.

Done When

You can explain whether failure is missing content, server error, or bad proxying.

Docs Pointers