requests
12 rows where dataset = "worrying-confessions" and method = "OPTIONS"
This data as json, copyable, CSV (advanced)
scheme 1
- https 12
runType 1
platform 1
- android 12
method 1
- OPTIONS · 12 ✖
dataset 1
- worrying-confessions · 12 ✖
Link | id | dataset | initiator | platform | runType | startTime | method | httpVersion | endpointUrl | scheme | host | port | path | content | headers | cookies |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
worrying-confessions,39838 | 39838 | worrying-confessions | de.prosiebensat1digital.seventv@5.44.4-AOS-544409682 | android | no-interaction | 2022-09-08T09:50:50.882488+00:00 | OPTIONS | HTTP/2.0 | https://graphql.usercentrics.eu/graphql | https | graphql.usercentrics.eu | 443 | ||||
worrying-confessions,39854 | 39854 | worrying-confessions | de.prosiebensat1digital.seventv@5.44.4-AOS-544409682 | android | no-interaction | 2022-09-08T09:50:51.425698+00:00 | OPTIONS | HTTP/2.0 | https://api.usercentrics.eu/translations/translations-de.json | https | api.usercentrics.eu | 443 | ||||
worrying-confessions,39856 | 39856 | worrying-confessions | de.prosiebensat1digital.seventv@5.44.4-AOS-544409682 | android | no-interaction | 2022-09-08T09:50:51.558999+00:00 | OPTIONS | HTTP/2.0 | https://aggregator.service.usercentrics.eu/aggregate/de | https | aggregator.service.usercentrics.eu | 443 | ||||
worrying-confessions,40593 | 40593 | worrying-confessions | org.spielerplus.web@1.9.2 | android | no-interaction | 2022-09-08T10:17:25.915287+00:00 | OPTIONS | HTTP/2.0 | https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/Create | https | jnn-pa.googleapis.com | 443 | ||||
worrying-confessions,40597 | 40597 | worrying-confessions | org.spielerplus.web@1.9.2 | android | no-interaction | 2022-09-08T10:17:26.374244+00:00 | OPTIONS | HTTP/2.0 | https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT | https | jnn-pa.googleapis.com | 443 | ||||
worrying-confessions,40601 | 40601 | worrying-confessions | org.spielerplus.web@1.9.2 | android | no-interaction | 2022-09-08T10:17:56.559147+00:00 | OPTIONS | HTTP/2.0 | https://play.google.com/log | https | play.google.com | 443 | ||||
worrying-confessions,44319 | 44319 | worrying-confessions | de.edeka.genuss@3.0.0 | android | no-interaction | 2022-09-08T12:29:26.580255+00:00 | OPTIONS | HTTP/1.1 | https://direct.data.api.platform.here.com/direct/v1/direct | https | direct.data.api.platform.here.com | 443 | ||||
worrying-confessions,44974 | 44974 | worrying-confessions | de.ghs.gmh@1.1.0 | android | no-interaction | 2022-09-08T12:43:21.820632+00:00 | OPTIONS | HTTP/2.0 | https://cognito-identity.eu-central-1.amazonaws.com/ | https | cognito-identity.eu-central-1.amazonaws.com | 443 | ||||
worrying-confessions,46589 | 46589 | worrying-confessions | com.floraincognita.app.floraincognita@3.2.14 | android | no-interaction | 2022-09-08T13:41:19.793000+00:00 | OPTIONS | HTTP/2.0 | https://flora-api.tu-ilmenau.de/inapp/get/ | https | flora-api.tu-ilmenau.de | 443 | ||||
worrying-confessions,46591 | 46591 | worrying-confessions | com.floraincognita.app.floraincognita@3.2.14 | android | no-interaction | 2022-09-08T13:41:22.112390+00:00 | OPTIONS | HTTP/2.0 | https://flora-api.tu-ilmenau.de//api/v2/species | https | flora-api.tu-ilmenau.de | 443 | ||||
worrying-confessions,46592 | 46592 | worrying-confessions | com.floraincognita.app.floraincognita@3.2.14 | android | no-interaction | 2022-09-08T13:41:22.112735+00:00 | OPTIONS | HTTP/2.0 | https://flora-api.tu-ilmenau.de//api/v2/help | https | flora-api.tu-ilmenau.de | 443 | ||||
worrying-confessions,46595 | 46595 | worrying-confessions | com.floraincognita.app.floraincognita@3.2.14 | android | no-interaction | 2022-09-08T13:41:22.448394+00:00 | OPTIONS | HTTP/2.0 | https://flora-api.tu-ilmenau.de//api/v2/app/config | https | flora-api.tu-ilmenau.de | 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");