HTTP Status Code Finder

HTTP status code search করে প্রতিটি response-এর অর্থ জানুন।

100

Continue

1xx Informational

The initial part of the request was received and the client can continue.

101

Switching Protocols

1xx Informational

The server is switching protocols as requested by the client.

200

OK

2xx Success

The request succeeded and the response contains the requested result.

201

Created

2xx Success

The request succeeded and created a new resource.

202

Accepted

2xx Success

The request was accepted for processing, but processing is not complete.

204

No Content

2xx Success

The request succeeded, but there is no response body to return.

301

Moved Permanently

3xx Redirection

The resource has permanently moved to a new URL.

302

Found

3xx Redirection

The resource is temporarily available at a different URL.

304

Not Modified

3xx Redirection

The cached version can be used because the resource has not changed.

307

Temporary Redirect

3xx Redirection

Repeat the request at another URL using the same method.

308

Permanent Redirect

3xx Redirection

The resource has permanently moved and the same method should be used.

400

Bad Request

4xx Client Error

The request is malformed or invalid.

401

Unauthorized

4xx Client Error

Authentication is required or has failed.

403

Forbidden

4xx Client Error

The server understood the request but refuses to authorize it.

404

Not Found

4xx Client Error

The requested resource could not be found.

405

Method Not Allowed

4xx Client Error

The HTTP method is not supported for this resource.

408

Request Timeout

4xx Client Error

The server timed out waiting for the request.

409

Conflict

4xx Client Error

The request conflicts with the current state of the resource.

410

Gone

4xx Client Error

The requested resource is no longer available.

413

Payload Too Large

4xx Client Error

The request body is larger than the server is willing to process.

415

Unsupported Media Type

4xx Client Error

The request media format is not supported by the server.

418

I'm a teapot

4xx Client Error

A playful status code defined as an April Fools joke.

422

Unprocessable Content

4xx Client Error

The request syntax is valid, but the contained instructions are invalid.

429

Too Many Requests

4xx Client Error

The client sent too many requests in a given time window.

500

Internal Server Error

5xx Server Error

The server encountered an unexpected condition.

501

Not Implemented

5xx Server Error

The server does not support the functionality required.

502

Bad Gateway

5xx Server Error

A gateway received an invalid response from an upstream server.

503

Service Unavailable

5xx Server Error

The server is temporarily overloaded or down for maintenance.

504

Gateway Timeout

5xx Server Error

A gateway did not receive a timely response from an upstream server.

HTTP Status Code Finder for Developers and SEO Checks

Search HTTP status codes by code, title, category, or meaning. This finder helps developers, SEO specialists, and site owners understand common responses such as 200 OK, 301 redirects, 404 not found, 429 rate limits, and 500 server errors.

  • Filter informational, success, redirect, client error, and server error codes.
  • Quickly learn what each response means during debugging.
  • Useful for API work, website audits, crawling, and SEO troubleshooting.
Advertisement

728x90

আমাদের টুলস

আমাদের ফ্রি অনলাইন টুলসের সংগ্রহ থেকে বেছে নিন—যেগুলো আপনার দৈনন্দিন হিসাব-নিকাশ এবং কনভার্সনকে আরও সহজ করে তুলবে। নাম বা কীওয়ার্ড দিয়ে সার্চ করে সঠিক টুলটি খুঁজে নিন।

Showing 0 of 69 tools
Advertisement

728x90

প্রায়শই জিজ্ঞাসা করা প্রশ্ন

প্রশ্ন আছে? আমাদের টুল ব্যবহার সম্পর্কে সবচেয়ে সাধারণ প্রশ্নের উত্তর এখানে পাবেন।

What does HTTP 404 mean?+
404 means the requested resource was not found at that URL.
What is the difference between 301 and 302?+
301 is a permanent redirect, while 302 is a temporary redirect.
Why are 5xx codes important?+
5xx codes usually indicate server-side problems that can affect users, APIs, and search engines.