Hacker News new | ask | show | jobs
by rhesa 1435 days ago
Static web servers return 404 for resources that don't exist on the file system.

For example, https://news.ycombinator.com/s.gif -> 200

But https://news.ycombinator.com/t.gif -> 404

I don't see why /api/v1/employees/3.1415926 shouldn't return a 404 either.