requests
15 rows where method = "REPORT"
This data as json, copyable, CSV (advanced)
| Link | id | dataset | initiator | platform | runType | startTime | method | httpVersion | endpointUrl | scheme | host | port | path | content | headers | cookies |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| monkey-april-2024,25672 | 25672 | monkey-april-2024 | com.daimler.ris.mercedesme.ece.android@1.43.0 | android | monkey | 2024-05-01T13:54:55.442Z | REPORT | HTTP/2.0 | https://clientsdk.launchdarkly.com/msdk/evalx/context | https | clientsdk.launchdarkly.com | 443 | ||||
| monkey-april-2024,25673 | 25673 | monkey-april-2024 | com.daimler.ris.mercedesme.ece.android@1.43.0 | android | monkey | 2024-05-01T13:55:01.574Z | REPORT | HTTP/2.0 | https://clientsdk.launchdarkly.com/msdk/evalx/context | https | clientsdk.launchdarkly.com | 443 | ||||
| monkey-april-2024,25679 | 25679 | monkey-april-2024 | com.daimler.ris.service.ece.android@2.0.4 | android | monkey | 2024-04-29T08:22:04.623Z | REPORT | HTTP/2.0 | https://clientsdk.launchdarkly.com/msdk/evalx/context | https | clientsdk.launchdarkly.com | 443 | ||||
| monkey-july-2023,11045 | 11045 | monkey-july-2023 | com.dragonscapes.global@2.21.1 | ios | no-interaction | 2023-07-26T00:53:32.395Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 | ||||
| monkey-july-2023,12828 | 12828 | monkey-july-2023 | com.finderly.shpock@8.87.0 | ios | no-interaction | 2023-07-26T11:40:07.988Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 | ||||
| monkey-july-2023,12856 | 12856 | monkey-july-2023 | com.findpenguins.core@6.3.0 | ios | no-interaction | 2023-07-26T18:52:12.660Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 | ||||
| monkey-july-2023,12858 | 12858 | monkey-july-2023 | com.findpenguins.core@6.3.0 | ios | no-interaction | 2023-07-26T18:52:12.673Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 | ||||
| monkey-july-2023,13439 | 13439 | monkey-july-2023 | com.fressnapf.app@2023.13.0 | ios | no-interaction | 2023-07-25T22:52:48.359Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 | ||||
| monkey-july-2023,18000 | 18000 | monkey-july-2023 | com.justlin.linduu@1.26.1 | ios | no-interaction | 2023-07-26T12:51:30.712Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 | ||||
| monkey-july-2023,35888 | 35888 | monkey-july-2023 | de.motain.iliga@16.34 | ios | no-interaction | 2023-07-26T23:39:51.825Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 | ||||
| monkey-july-2023,36855 | 36855 | monkey-july-2023 | de.rnd.haz@2.5.2 | ios | no-interaction | 2023-07-26T09:16:23.458Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 | ||||
| monkey-july-2023,40603 | 40603 | monkey-july-2023 | mega.ios@10.5 | ios | no-interaction | 2023-07-25T18:52:18.167Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 | ||||
| monkey-july-2023,44530 | 44530 | monkey-july-2023 | xyz.screenkit.screenkit@4.6.1 | ios | no-interaction | 2023-07-26T10:28:11.126Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 | ||||
| monkey-july-2023,529 | 529 | monkey-july-2023 | app.arcopypaste@4.0.0 | ios | no-interaction | 2023-07-26T14:05:12.222Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 | ||||
| monkey-july-2023,8235 | 8235 | monkey-july-2023 | com.codeway.chatapp@1.2.1 | ios | no-interaction | 2023-07-26T05:39:40.742Z | REPORT | HTTP/1.1 | https://caldav.icloud.com/.well-known/calendarsearchdav | https | caldav.icloud.com | 443 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "requests" (
"id" text,
"dataset" text,
"initiator" text,
"platform" text not null,
"runType" text,
"startTime" text not null,
"method" text not null,
"httpVersion" text,
"endpointUrl" text not null,
"scheme" text,
"host" text not null,
"port" integer,
"path" text not null,
"content" blob,
"headers" text not null,
"cookies" text not null,
foreign key("dataset") references "datasets"("slug"),
primary key("dataset", "id")
) without rowid;
CREATE INDEX "requests_method" on "requests"("method");
CREATE INDEX "requests_dataset" on "requests"("dataset");
CREATE INDEX "requests_runType" on "requests"("runType");
CREATE INDEX "requests_scheme" on "requests"("scheme");
CREATE INDEX "requests_platform" on "requests"("platform");