requests
8 rows where dataset = "worrying-confessions", method = "POST" and scheme = "http"
This data as json, copyable, CSV (advanced)
scheme 1
- http · 8 ✖
runType 1
platform 1
- android 8
method 1
- POST · 8 ✖
dataset 1
- worrying-confessions · 8 ✖
| Link | id | dataset | initiator | platform | runType | startTime | method | httpVersion | endpointUrl | scheme | host | port | path | content | headers | cookies |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| worrying-confessions,28397 | 28397 | worrying-confessions | com.alibaba.intl.android.apps.poseidon@8.0.1 | android | no-interaction | 2022-09-07T15:07:16.206413+00:00 | POST | HTTP/1.1 | http://amdc.m.taobao.com/amdc/mobileDispatch | http | amdc.m.taobao.com | 80 | ||||
| worrying-confessions,38223 | 38223 | worrying-confessions | com.dailyyoga.inc@8.17.00 | android | no-interaction | 2022-09-07T21:55:49.081297+00:00 | POST | HTTP/1.1 | http://dev.dailyyoga.com/sa | http | dev.dailyyoga.com | 8106 | ||||
| worrying-confessions,38229 | 38229 | worrying-confessions | com.dailyyoga.inc@8.17.00 | android | no-interaction | 2022-09-07T21:55:49.419707+00:00 | POST | HTTP/1.1 | http://dev.dailyyoga.com/sa | http | dev.dailyyoga.com | 8106 | ||||
| worrying-confessions,38238 | 38238 | worrying-confessions | com.dailyyoga.inc@8.17.00 | android | no-interaction | 2022-09-07T21:55:49.895471+00:00 | POST | HTTP/1.1 | http://dev.dailyyoga.com/sa | http | dev.dailyyoga.com | 8106 | ||||
| worrying-confessions,38243 | 38243 | worrying-confessions | com.dailyyoga.inc@8.17.00 | android | no-interaction | 2022-09-07T21:55:50.237214+00:00 | POST | HTTP/1.1 | http://dev.dailyyoga.com/sa | http | dev.dailyyoga.com | 8106 | ||||
| worrying-confessions,38256 | 38256 | worrying-confessions | com.dailyyoga.inc@8.17.00 | android | no-interaction | 2022-09-07T21:55:50.603752+00:00 | POST | HTTP/1.1 | http://dev.dailyyoga.com/sa | http | dev.dailyyoga.com | 8106 | ||||
| worrying-confessions,38267 | 38267 | worrying-confessions | com.dailyyoga.inc@8.17.00 | android | no-interaction | 2022-09-07T21:56:03.750493+00:00 | POST | HTTP/1.1 | http://dev.dailyyoga.com/sa | http | dev.dailyyoga.com | 8106 | ||||
| worrying-confessions,49443 | 49443 | worrying-confessions | com.lenovo.anyshare.gps@6.21.48_ww | android | no-interaction | 2022-09-08T14:40:04.187747+00:00 | POST | HTTP/1.1 | http://api.rqmob.com/config | http | api.rqmob.com | 80 |
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");