Live data from Hacker News

Viewing profile — nnikiforakis

nnikiforakis

HN member
Joined
Tue, Sep 23, 2025, 3:42 PM UTC
HN karma
1
Public activity
1 items

About nnikiforakis

Professor of CS working on cybersecurity. Co-founder of LinkSentry, a link auditing tool for web applications.

Recent public activity

  1. comment
    Comment #45348825

    As others mentioned, GET requests are supposed to be idempotent, i.e., you can send the same request 100 times and get the same response (with no server side-effects) 100 times. GE…