Glossary
You should be familiar with the terms we use in our documentation and our public instance.
C
-
Cookie - HTTP cookie
-
Cookie received - There was at lease one cookie in the response from the server
-
Cookie read - There was at least one cookie read from cookie jar in the request made by the browser that was sent to the server
-
Cookie Jar - The place wthere a browser keep its cookies
-
CSS - Cascading Style Sheets
E
-
Empty Response - The response from the server didn’t contain data (there was probably a server-side redirect)
F
-
Font - Computer font in the response from the server.
H
-
HTML - HyperText Markup Language in the response from the server.
I
-
iframe - The content is loaded from an iFrame
J
-
Javascript - JavaScript in the response from the server.
-
JSON - JSON in the response from the server.
N
-
Node - A clickable element on the tree (hostname), where you can get more details about the requests
R
-
Redirect - The initial request was redirected (can be server side, or in the page itself)
-
Request - HTTP Request
-
Response - HTTP Response
-
Resource - data contained in the response message after an HTTP request. It will often be an HTML document, a Javascript, or a CSS.