HTTP Protocol - page 2
Articles about HTTP (HyperText Transfer Protocol)
- The 401 Unauthorized HTTP status code indicates that the requested content requires authentication.
- The location header is sent when performing permenant (301) and temporary (302) redirects. In PHP, we can send a Location header using the header function.