requests

8 rows where referer = 1 sorted by http_status

View and edit SQL

Suggested facets: path, user_agent, accept_language, content_type, body_size

referer

  • http://127.0.0.1:8855/ · 8

query_string

Link rowid start method path query_string user_agent referer accept_language http_status ▼ content_type client_ip duration body_size
2 1576529187.141084 GET /-/static/app.css 2 ?cbffc0 1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1 http://127.0.0.1:8855/ 1 en-US,en;q=0.5 1 200 text/css 2 127.0.0.1 0.0059969425201416016 6104
5 1576529188.0266829 GET /-/static/app.css 2 ?cbffc0 1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1 http://127.0.0.1:8855/ 1 en-US,en;q=0.5 1 200 text/css 2 127.0.0.1 0.002092123031616211 6104
8 1576529192.6133409 GET /-/static/app.css 2 ?cbffc0 1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1 http://127.0.0.1:8855/ 1 en-US,en;q=0.5 1 200 text/css 2 127.0.0.1 0.0055201053619384766 6104
9 1576529194.10723 GET /demo 4   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1 http://127.0.0.1:8855/ 1 en-US,en;q=0.5 1 200 text/html; charset=utf-8 1 127.0.0.1 0.028126001358032227 3678
15 1576529196.877748 GET /demo 4   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1 http://127.0.0.1:8855/ 1 en-US,en;q=0.5 1 200 text/html; charset=utf-8 1 127.0.0.1 0.005759000778198242 3680
55 1576529542.2791722 GET /-/static/app.css 2 ?cbffc0 1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15 3 http://127.0.0.1:8855/ 1 en-us 3 200 text/css 2 127.0.0.1 0.0011739730834960938 6104
56 1576529542.4748769 GET /favicon.ico 3   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15 3 http://127.0.0.1:8855/ 1 en-us 3 200 text/plain 3 127.0.0.1 0.00023293495178222656 0
57 1576529544.8808908 GET /demo/query_strings 10   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15 3 http://127.0.0.1:8855/ 1 en-us 3 200 text/html; charset=utf-8 1 127.0.0.1 0.006421089172363281 8281

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [requests] (
   [start] FLOAT,
   [method] TEXT,
   [path] INTEGER REFERENCES [paths]([id]),
   [query_string] INTEGER REFERENCES [query_strings]([id]),
   [user_agent] INTEGER REFERENCES [user_agents]([id]),
   [referer] INTEGER REFERENCES [referers]([id]),
   [accept_language] INTEGER REFERENCES [accept_languages]([id]),
   [http_status] INTEGER,
   [content_type] INTEGER REFERENCES [content_types]([id]),
   [client_ip] TEXT,
   [duration] FLOAT,
   [body_size] INTEGER
);
Powered by Datasette · Query took 25.033ms