Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Install
Faster access than browser!
 

List of HTTP status codes

Index List of HTTP status codes

This is a list of Hypertext Transfer Protocol (HTTP) response status codes. [1]

63 relations: Apache HTTP Server, April Fools' Day Request for Comments, ArcGIS Server, Authentication, Basic access authentication, Byte serving, Captive portal, Circular reference, Client certificate, Cloudflare, Common Log Format, Content negotiation, CPanel, Digest access authentication, Digital currency, Domain Name System, Easter egg (media), Edit conflict, Exchange ActiveSync, Fahrenheit 451, Filename extension, Gateway (telecommunications), Google, Google Developers, Google Search, Hotspot (Wi-Fi), HTTP 301, HTTP 302, HTTP 303, HTTP 403, HTTP 404, HTTP 451, HTTP/1.1 Upgrade header, Hyper Text Coffee Pot Control Protocol, Hypertext Transfer Protocol, Internet Assigned Numbers Authority, Internet Engineering Task Force, Internet Explorer, Internet Information Services, IP address, List of FTP server return codes, List of HTTP header fields, Media type, Micropayment, Microsoft, Mozilla, Nginx, Pantheon (software), POST (HTTP), Proxy server, ..., Rate limiting, Request for Comments, Scalable Vector Graphics, Spring Framework, Transmission Control Protocol, Transport Layer Security, Twitter, Uniform Resource Identifier, URL redirection, Web accelerator, WebDAV, Word-sense disambiguation, XML. Expand index (13 more) »

Apache HTTP Server

The Apache HTTP Server, colloquially called Apache, is a free and open-source cross-platform web server, released under the terms of Apache License 2.0.

New!!: List of HTTP status codes and Apache HTTP Server · See more »

April Fools' Day Request for Comments

A Request for Comments (RFC), in the context of Internet governance, is a type of publication from the Internet Engineering Task Force (IETF) and the Internet Society (ISOC), usually describing methods, behaviors, research, or innovations applicable to the working of the Internet and Internet-connected systems.

New!!: List of HTTP status codes and April Fools' Day Request for Comments · See more »

ArcGIS Server

ArcGIS Server is the core server geographic information system (GIS) software made by Esri.

New!!: List of HTTP status codes and ArcGIS Server · See more »

Authentication

Authentication (from authentikos, "real, genuine", from αὐθέντης authentes, "author") is the act of confirming the truth of an attribute of a single piece of data claimed true by an entity.

New!!: List of HTTP status codes and Authentication · See more »

Basic access authentication

In the context of an HTTP transaction, basic access authentication is a method for an HTTP user agent (e.g. a web browser) to provide a user name and password when making a request.

New!!: List of HTTP status codes and Basic access authentication · See more »

Byte serving

Byte serving (other names: RFC 7233 says the client makes Range Requests when it makes a partial content request; Clients make range requests; Byte Range Serving; Page on demand) is the process of sending only a portion of an HTTP/1.1 message from a server to a client.

New!!: List of HTTP status codes and Byte serving · See more »

Captive portal

A captive portal is a web page which is displayed to newly connected users before they are granted broader access to network resources.

New!!: List of HTTP status codes and Captive portal · See more »

Circular reference

A circular reference is a series of references where the last object references the first, resulting in a closed loop.

New!!: List of HTTP status codes and Circular reference · See more »

Client certificate

In cryptography, a client certificate is a type of digital certificate that is used by client systems to make authenticated requests to a remote server.

New!!: List of HTTP status codes and Client certificate · See more »

Cloudflare

Cloudflare, Inc. is a U.S. company that provides content delivery network services, DDoS mitigation, Internet security and distributed domain name server services, sitting between the visitor and the Cloudflare user's hosting provider, acting as a reverse proxy for websites.

New!!: List of HTTP status codes and Cloudflare · See more »

Common Log Format

The Common Log Format, also known as the NCSA Common log format, (after NCSA_HTTPd) is a standardized text file format used by web servers when generating server log files.

New!!: List of HTTP status codes and Common Log Format · See more »

Content negotiation

Content negotiation refers to mechanisms defined as a part of HTTP that make it possible to serve different versions of a document (or more generally, representations of a resource) at the same URI, so that user agents can specify which version fits their capabilities the best.

New!!: List of HTTP status codes and Content negotiation · See more »

CPanel

cPanel is an online Linux-based web hosting control panel that provides a graphical interface and automation tools designed to simplify the process of hosting a web site.

New!!: List of HTTP status codes and CPanel · See more »

Digest access authentication

Digest access authentication is one of the agreed-upon methods a web server can use to negotiate credentials, such as username or password, with a user's web browser.

New!!: List of HTTP status codes and Digest access authentication · See more »

Digital currency

Digital currency (digital money or electronic money or electronic currency) is a type of currency available only in digital form, not in physical (such as banknotes and coins).

New!!: List of HTTP status codes and Digital currency · See more »

Domain Name System

The Domain Name System (DNS) is a hierarchical decentralized naming system for computers, services, or other resources connected to the Internet or a private network.

New!!: List of HTTP status codes and Domain Name System · See more »

Easter egg (media)

In computer software and media, an Easter egg is an intentional inside joke, hidden message or image, or secret feature of a work.

New!!: List of HTTP status codes and Easter egg (media) · See more »

Edit conflict

An edit conflict is a computer problem that may occur when multiple editors edit the same file during a short time period.

New!!: List of HTTP status codes and Edit conflict · See more »

Exchange ActiveSync

Exchange ActiveSync (commonly known as EAS) is a proprietary protocol designed for the synchronization of email, contacts, calendar, tasks, and notes from a messaging server to a smartphone or other mobile devices.

New!!: List of HTTP status codes and Exchange ActiveSync · See more »

Fahrenheit 451

Fahrenheit 451 is a dystopian novel by American writer Ray Bradbury, published in 1953.

New!!: List of HTTP status codes and Fahrenheit 451 · See more »

Filename extension

A filename extension is an identifier specified as a suffix to the name of a computer file.

New!!: List of HTTP status codes and Filename extension · See more »

Gateway (telecommunications)

A gateway is the piece of networking hardware used in telecommunications via communications networks that allows data to flow from one discrete network to another.

New!!: List of HTTP status codes and Gateway (telecommunications) · See more »

Google

Google LLC is an American multinational technology company that specializes in Internet-related services and products, which include online advertising technologies, search engine, cloud computing, software, and hardware.

New!!: List of HTTP status codes and Google · See more »

Google Developers

Google Developers (previously Google Code), application programming interfaces (APIs), and technical resources.

New!!: List of HTTP status codes and Google Developers · See more »

Google Search

Google Search, commonly referred to as Google Web Search or simply Google, is a web search engine developed by Google.

New!!: List of HTTP status codes and Google Search · See more »

Hotspot (Wi-Fi)

A hotspot is a physical location where people may obtain Internet access, typically using Wi-Fi technology, via a wireless local area network (WLAN) using a router connected to an internet service provider.

New!!: List of HTTP status codes and Hotspot (Wi-Fi) · See more »

HTTP 301

The HTTP response status code 301 Moved Permanently is used for permanent URL redirection, meaning current links or records using the URL that the response is received for should be updated.

New!!: List of HTTP status codes and HTTP 301 · See more »

HTTP 302

The HTTP response status code 302 Found is a common way of performing URL redirection.

New!!: List of HTTP status codes and HTTP 302 · See more »

HTTP 303

The HTTP response status code 303 See Other is a way to redirect web applications to a new URI, particularly after a HTTP POST has been performed, since RFC 2616 (HTTP 1.1).

New!!: List of HTTP status codes and HTTP 303 · See more »

HTTP 403

HTTP 403 is a standard HTTP status code communicated to clients by an HTTP server to indicate that the server understood the request, but will not fulfill it for some reason related to authorization.

New!!: List of HTTP status codes and HTTP 403 · See more »

HTTP 404

The HTTP 404, 404 Not Found and 404 error message is a Hypertext Transfer Protocol (HTTP) standard response code, in computer network communications, to indicate that the client was able to communicate with a given server, but the server could not find what was requested.

New!!: List of HTTP status codes and HTTP 404 · See more »

HTTP 451

In computer networking, HTTP 451 Unavailable For Legal Reasons is an error status code of the HTTP protocol to be displayed when the user requests a resource which cannot be served for legal reasons, such as a web page censored by a government.

New!!: List of HTTP status codes and HTTP 451 · See more »

HTTP/1.1 Upgrade header

The Upgrade header field is an HTTP header field introduced in HTTP/1.1.

New!!: List of HTTP status codes and HTTP/1.1 Upgrade header · See more »

Hyper Text Coffee Pot Control Protocol

The Hyper Text Coffee Pot Control Protocol (HTCPCP) is a facetious communications protocol for controlling, monitoring, and diagnosing coffee pots.

New!!: List of HTTP status codes and Hyper Text Coffee Pot Control Protocol · See more »

Hypertext Transfer Protocol

The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, and hypermedia information systems.

New!!: List of HTTP status codes and Hypertext Transfer Protocol · See more »

Internet Assigned Numbers Authority

The Internet Assigned Numbers Authority (IANA) is a function of ICANN, a nonprofit private American corporation that oversees global IP address allocation, autonomous system number allocation, root zone management in the Domain Name System (DNS), media types, and other Internet Protocol-related symbols and Internet numbers.

New!!: List of HTTP status codes and Internet Assigned Numbers Authority · See more »

Internet Engineering Task Force

The Internet Engineering Task Force (IETF) develops and promotes voluntary Internet standards, in particular the standards that comprise the Internet protocol suite (TCP/IP).

New!!: List of HTTP status codes and Internet Engineering Task Force · See more »

Internet Explorer

Internet Explorer (formerly Microsoft Internet Explorer and Windows Internet Explorer, commonly abbreviated IE or MSIE) is a series of graphical web browsers developed by Microsoft and included in the Microsoft Windows line of operating systems, starting in 1995.

New!!: List of HTTP status codes and Internet Explorer · See more »

Internet Information Services

Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft for use with the Windows NT family.

New!!: List of HTTP status codes and Internet Information Services · See more »

IP address

An Internet Protocol address (IP address) is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.

New!!: List of HTTP status codes and IP address · See more »

List of FTP server return codes

FTP server return codes always have three digits, and each digit has a special meaning.

New!!: List of HTTP status codes and List of FTP server return codes · See more »

List of HTTP header fields

HTTP header fields are components of the header section of request and response messages in the Hypertext Transfer Protocol (HTTP).

New!!: List of HTTP status codes and List of HTTP header fields · See more »

Media type

A media type (formerly known as MIME type) is a two-part identifier for file formats and format contents transmitted on the Internet.

New!!: List of HTTP status codes and Media type · See more »

Micropayment

A micropayment is a financial transaction involving a very small sum of money and usually one that occurs online.

New!!: List of HTTP status codes and Micropayment · See more »

Microsoft

Microsoft Corporation (abbreviated as MS) is an American multinational technology company with headquarters in Redmond, Washington.

New!!: List of HTTP status codes and Microsoft · See more »

Mozilla

Mozilla (stylized as moz://a) is a free software community founded in 1998 by members of Netscape.

New!!: List of HTTP status codes and Mozilla · See more »

Nginx

Nginx (stylized as NGINX, NGiИX or nginx) is a web server which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.

New!!: List of HTTP status codes and Nginx · See more »

Pantheon (software)

Pantheon is a web development hosting platform for open-source Drupal and WordPress websites.

New!!: List of HTTP status codes and Pantheon (software) · See more »

POST (HTTP)

In computing, POST is a request method supported by HTTP used by the World Wide Web.

New!!: List of HTTP status codes and POST (HTTP) · See more »

Proxy server

In computer networks, a proxy server is a server (a computer system or an application) that acts as an intermediary for requests from clients seeking resources from other servers.

New!!: List of HTTP status codes and Proxy server · See more »

Rate limiting

In computer networks, rate limiting is used to control the rate of traffic sent or received by a network interface controller and is used to prevent DoS attacks.

New!!: List of HTTP status codes and Rate limiting · See more »

Request for Comments

In information and communications technology, a Request for Comments (RFC) is a type of publication from the technology community.

New!!: List of HTTP status codes and Request for Comments · See more »

Scalable Vector Graphics

Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation.

New!!: List of HTTP status codes and Scalable Vector Graphics · See more »

Spring Framework

The Spring Framework is an application framework and inversion of control container for the Java platform.

New!!: List of HTTP status codes and Spring Framework · See more »

Transmission Control Protocol

The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite.

New!!: List of HTTP status codes and Transmission Control Protocol · See more »

Transport Layer Security

Transport Layer Security (TLS) – and its predecessor, Secure Sockets Layer (SSL), which is now deprecated by the Internet Engineering Task Force (IETF) – are cryptographic protocols that provide communications security over a computer network.

New!!: List of HTTP status codes and Transport Layer Security · See more »

Twitter

Twitter is an online news and social networking service on which users post and interact with messages known as "tweets".

New!!: List of HTTP status codes and Twitter · See more »

Uniform Resource Identifier

A Uniform Resource Identifier (URI) is a string of characters designed for unambiguous identification of resources and extensibility via the URI scheme.

New!!: List of HTTP status codes and Uniform Resource Identifier · See more »

URL redirection

URL redirection, also called URL forwarding, is a World Wide Web technique for making a web page available under more than one URL address.

New!!: List of HTTP status codes and URL redirection · See more »

Web accelerator

A web accelerator is a proxy server that reduces web site access time.

New!!: List of HTTP status codes and Web accelerator · See more »

WebDAV

Web Distributed Authoring and Versioning (WebDAV) is an extension of the Hypertext Transfer Protocol (HTTP) that allows clients to perform remote Web content authoring operations.

New!!: List of HTTP status codes and WebDAV · See more »

Word-sense disambiguation

In computational linguistics, word-sense disambiguation (WSD) is an open problem of natural language processing and ontology.

New!!: List of HTTP status codes and Word-sense disambiguation · See more »

XML

In computing, Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.

New!!: List of HTTP status codes and XML · See more »

Redirects here:

100 Continue, 101 Switching Protocols, 102 Processing, 200 OK, 200 error, 201 Created, 202 Accepted, 203 Non-Authoritative Information, 204 No Content, 205 Reset Content, 207 Multi-Status, 300 Multiple Choices, 304 Not Modified, 305 Use Proxy, 306 Switch Proxy, 307 Temporary Redirect, 400 Bad Request, 400 error, 401 Unauthorized, 401 error, 402 Payment Required, 405 (HTTP status code), 405 Method Not Allowed, 405 error, 406 Not Acceptable, 407 Proxy Authentication Required, 408 Request Timeout, 409 Conflict, 410 Gone, 410 error, 411 Length Required, 412 Precondition Failed, 413 Request Entity Too Large, 414 Request-URI Too Long, 415 Unsupported Media Type, 417 Expectation Failed, 422 Unprocessable Entity, 423 Locked, 424 Failed Dependency, 425 Unordered Collection, 426 Upgrade Required, 449 Retry With, 500 ISE, 500 Internal Server Error, 500 error, 500.shtml, 501 Not Implemented, 502 Bad Gateway, 502 error, 503 Service Unavailable, 503 error, 504 Gateway Timeout, 504 error, 505 HTTP Version Not Supported, 506 Variant Also Negotiates, 507 Insufficient Storage, 509 Bandwidth Limit Exceeded, 510 Not Extended, Bad Request, Bad gateway, Busy-signal equivalent (HTTP), Error 401, Error 413, Error 503, Error 522, HTTP 100, HTTP 101, HTTP 102, HTTP 200, HTTP 201, HTTP 202, HTTP 203, HTTP 204, HTTP 205, HTTP 207, HTTP 300, HTTP 304, HTTP 305, HTTP 306, HTTP 307, HTTP 308, HTTP 400, HTTP 401, HTTP 402, HTTP 405, HTTP 406, HTTP 407, HTTP 408, HTTP 409, HTTP 410, HTTP 411, HTTP 412, HTTP 413, HTTP 414, HTTP 415, HTTP 417, HTTP 422, HTTP 423, HTTP 424, HTTP 425, HTTP 426, HTTP 449, HTTP 500, HTTP 501, HTTP 502, HTTP 503, HTTP 504, HTTP 505, HTTP 506, HTTP 507, HTTP 509, HTTP 510, HTTP Error codes, HTTP Errors, HTTP Status, HTTP Status 500, HTTP code, HTTP codes, HTTP error, HTTP error 405, HTTP error code, HTTP error codes, HTTP errors, HTTP repnonse codes, HTTP response code, HTTP response codes, HTTP return codes, HTTP server codes, HTTP status, HTTP status code, HTTP status codes, HTTP success codes, Html error codes, Http 502, Http codes, Http error, Http error code, Http error codes, Http return codes, Http server codes, Http status code, Http status codes, Http status error codes, Http success codes, HyperText Transfer Protocol status code, Internal Server Error, Internal server error, Internet Explorer errors, List of HTTP error codes, List of HTTP response codes, List of http codes, List of http status codes, Service Unavailable, Web browser codes, Web error codes, Web server codes.

References

[1] https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

OutgoingIncoming
Hey! We are on Facebook now! »