Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 842 Bytes

511.md

File metadata and controls

19 lines (13 loc) · 842 Bytes

Description

The HTTP 511 Network Authentication Required response status code indicates that the client needs to authenticate to gain network access.

This status is not generated by origin servers, but by intercepting proxies that control access to the network.

Network operators sometimes require some authentication, acceptance of terms, or other user interaction before granting access (for example in an internet café or at an airport). They often identify clients who have not done so using their Media Access Control (MAC) addresses.

See Also

Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/511