Aarunya AppsAarunya Apps

HTTP Status Codes — Complete Reference

Every HTTP status code explained — with causes, fix guidance, and Express.js / Next.js code examples. Click any code for the full reference page.

1xx

Informational

The request was received and processing continues.

2xx

Success

The request was successfully received, understood, and accepted.

3xx

Redirection

Further action must be taken to complete the request.

4xx

Client Error

The request contains bad syntax or cannot be fulfilled by the server.

5xx

Server Error

The server failed to fulfil an apparently valid request.

Need to debug JWT tokens?

Decode and verify any JWT in your browser — no server, no logs.

Open JWT Debugger