i ilham.dev
Home Posts Tools Dev Ops Games Playground About Contact

Headers

  • How I build an HTTP header block without forgetting security headers

    Building headers from key/value rows helps avoid typo-heavy manual header blocks. I use HTTP Header Builder for the quick version of this task, then I review the output before relying on it.

    27 Sep 2026 · 2 min read · #http #headers #security #tools

  • How I read email headers when a message looks suspicious

    An email header is the technical history of a message. It can show where the message claimed to come from, which servers handled it, and whether authentication checks passed. The visible email body can be misleading.

    27 Sep 2026 · 4 min read · #email #security #headers #tools

  • How I read HTTP headers when an API or website behaves strangely

    HTTP headers are small pieces of metadata sent with a request or response. They can explain things that are not visible in the page body. When a website or API behaves strangely, I often look at the headers first.

    27 Sep 2026 · 3 min read · #http #headers #api #tools

© 2026 Ilham Andika. All rights reserved.
Contact Terms Privacy Comment Policy RSS GitHub