Elektrine lite

← Feed

@julian@fietkau.social

Post #2273319

2026-04-29 21:06 UTC

@liaizon@social.wake.st @mro@digitalcourage.social Something something “HTTP is stateless” 🤪 404 means you requested a document that doesn't exist, meaning that the error is not related to server connection capacity or anything like that which may solve itself by waiting. If you want to see something, you need to change your approach. That's what 4xx says. You may have been directed to a 404 from a link on a different page on the server, but that's unrelated to the HTTP error. It doesn't take into account where you came from.

Replies (1)

  • @liaizon@social.wake.st 2026-04-29 21:16

    @julian@fietkau.social @mro@digitalcourage.social ah yeah I guess that makes more sense.. so it's like the connection is indeed working but there's nothing there for the server to serve to the client (my browser)

    Open ##2273320