HTTP headers allow the client and the server to pass additional information with the request or the response. A request header consists of its case-insensitive name followed by a colon ':', then by its value (without line breaks). Leading white space before the value is ignored.
Name | Value |
---|---|
HTTP/1.1 301 Moved Permanently | |
Server | nginx |
Date | Wed, 27 Sep 2017 23:57:38 GMT |
Content-Type | text/html |
Transfer-Encoding | chunked |
Connection | keep-alive |
Keep-Alive | timeout=10 |
Location | https://jusbrasilcombr/ |
X-Frame-Options | SAMEORIGIN |
X-XSS-Protection | 1; mode=block |
X-Content-Options | nosniff |
Strict-Transport-Security | max-age=31536000; includeSubdomains |
HTTP/1.1 301 Moved Permanently | |
Server | nginx |
Date | Wed, 27 Sep 2017 23:57:38 GMT |
Content-Type | text/html |
Transfer-Encoding | chunked |
Connection | keep-alive |
Keep-Alive | timeout=10 |
Location | https://www.jusbrasilcombr/ |
X-Frame-Options | SAMEORIGIN |
X-XSS-Protection | 1; mode=block |
X-Content-Options | nosniff |
Strict-Transport-Security | max-age=31536000; includeSubdomains |
HTTP/1.1 302 Moved Temporarily | |
Server | nginx |
Date | Wed, 27 Sep 2017 23:57:39 GMT |
Content-Type | text/html |
Transfer-Encoding | chunked |
Connection | keep-alive |
Keep-Alive | timeout=10 |
Location | https://www.jusbrasilcombr/home |
X-Frame-Options | SAMEORIGIN |
X-XSS-Protection | 1; mode=block |
X-Content-Options | nosniff |
Strict-Transport-Security | max-age=31536000; includeSubdomains |
HTTP/1.1 403 Forbidden | |
Server | nginx |
Date | Wed, 27 Sep 2017 23:57:39 GMT |
Content-Type | text/html; charset=utf-8 |
Transfer-Encoding | chunked |
Connection | keep-alive |
Keep-Alive | timeout=10 |
Vary | Accept-Encoding |
X-Frame-Options | SAMEORIGIN |
The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag.
HTML metadata is data about the HTML document. Metadata is not displayed.
Metadata typically define the document title, character set, styles, links, scripts, and other meta information.
The following tags describe metadata: <title>, <style>, <meta>, <link>, <script>, and <base>.
Title contains 2 words. 13 bytes.
Meta description is missing.
Meta keywords are missing.
Name | Value |
---|
<head> section doesn't contain any styles.
Name | Value |
---|
<head> section doesn't contain any internal script sections.
Name | Value |
---|
<head> section doesn't contain a base section.