2019-04-28 17:56:20 +02:00
interactions :
- request :
body : client_name=mastodon.py+generated+test+app&scopes=read+write+follow+push&redirect_uris=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
Connection : [ keep-alive]
Content-Length : [ '122' ]
Content-Type : [ application/x-www-form-urlencoded]
User-Agent : [ python-requests/2.18.4]
method : POST
uri : http://localhost:3000/api/v1/apps
response :
2019-10-11 23:59:24 +02:00
body : {string : '{"id":"13","name":"mastodon.py generated test app","website":null,"redirect_uri":"urn:ietf:wg:oauth:2.0:oob","client_id":"zij9qxCIpk2CJFPnMxTJ7EOtGmd_3XC40tihH0aps1I","client_secret":"nVOU8GoOoiy6NDIpNt55VKxCh27CGo8B7lXZmMJqClE","vapid_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}' }
2019-04-28 17:56:20 +02:00
headers :
2019-06-22 15:28:27 +02:00
Cache-Control : [ 'no-cache, no-store' ]
2019-04-28 17:56:20 +02:00
Content-Type : [ application/json; charset=utf-8]
Referrer-Policy : [ strict-origin-when-cross-origin]
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Download-Options : [ noopen]
X-Frame-Options : [ SAMEORIGIN]
X-Permitted-Cross-Domain-Policies : [ none]
2019-10-11 23:59:24 +02:00
X-Request-Id : [ 6912b933-aab1-4fa6-8c7b-67f799f80a19]
X-Runtime : [ '0.035308' ]
2019-04-28 17:56:20 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-10-11 23:59:24 +02:00
content-length : [ '332' ]
2019-04-28 17:56:20 +02:00
status : {code: 200, message : OK}
- request :
body : null
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
Connection : [ keep-alive]
User-Agent : [ python-requests/2.18.4]
method : GET
uri : http://localhost:3000/api/v1/instance/
response :
2019-10-11 23:59:24 +02:00
body : {string : '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":28,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}' }
2019-04-28 17:56:20 +02:00
headers :
2019-10-11 23:59:24 +02:00
Cache-Control : [ 'max-age=180, public' ]
2019-04-28 17:56:20 +02:00
Content-Type : [ application/json; charset=utf-8]
2019-10-11 23:59:24 +02:00
Date : [ 'Fri, 11 Oct 2019 21:48:27 GMT' ]
ETag : [ W/"72d07fe84adca128358e4f3ab1413be7"]
2019-04-28 17:56:20 +02:00
Referrer-Policy : [ strict-origin-when-cross-origin]
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Download-Options : [ noopen]
X-Frame-Options : [ SAMEORIGIN]
X-Permitted-Cross-Domain-Policies : [ none]
2019-10-11 23:59:24 +02:00
X-Request-Id : [ 60a0da88-4a68-4bab-a77c-a9ebac2d60d0]
X-Runtime : [ '0.067614' ]
2019-04-28 17:56:20 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-10-11 23:59:24 +02:00
content-length : [ '398' ]
2019-04-28 17:56:20 +02:00
status : {code: 200, message : OK}
- request :
2019-10-11 23:59:24 +02:00
body : scope=read+write+follow+push&client_id=zij9qxCIpk2CJFPnMxTJ7EOtGmd_3XC40tihH0aps1I&client_secret=nVOU8GoOoiy6NDIpNt55VKxCh27CGo8B7lXZmMJqClE&grant_type=client_credentials
2019-04-28 17:56:20 +02:00
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
Connection : [ keep-alive]
2019-06-22 15:28:27 +02:00
Content-Length : [ '170' ]
2019-04-28 17:56:20 +02:00
Content-Type : [ application/x-www-form-urlencoded]
User-Agent : [ python-requests/2.18.4]
method : POST
uri : http://localhost:3000/oauth/token
response :
2019-10-11 23:59:24 +02:00
body : {string : '{"access_token":"l-VzLtX_yYORmn7BwbP8TL80QrRBUSiegF9DQ1XcL-Y","token_type":"Bearer","scope":"read
write follow push","created_at":1570830507}'}
2019-04-28 17:56:20 +02:00
headers :
Cache-Control : [ 'private, no-store' ]
Content-Type : [ application/json; charset=utf-8]
2019-10-11 23:59:24 +02:00
ETag : [ W/"9ca50ccf8801218f33065349ca847f8c"]
2019-04-28 17:56:20 +02:00
Pragma : [ no -cache]
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
2019-10-11 23:59:24 +02:00
X-Request-Id : [ 9d2c3585-7282-407b-b26d-781bed2fe985]
X-Runtime : [ '0.033991' ]
2019-06-22 15:28:27 +02:00
content-length : [ '141' ]
2019-04-28 17:56:20 +02:00
status : {code: 200, message : OK}
- request :
2019-10-11 23:59:24 +02:00
body : locale=en&agreement=1&email=email%40localhost55896&password=swordfish&username=coolguy55896&client_id=zij9qxCIpk2CJFPnMxTJ7EOtGmd_3XC40tihH0aps1I&client_secret=nVOU8GoOoiy6NDIpNt55VKxCh27CGo8B7lXZmMJqClE
2019-04-28 17:56:20 +02:00
headers :
Accept : [ '*/*' ]
Accept-Encoding : [ 'gzip, deflate' ]
2019-10-11 23:59:24 +02:00
Authorization : [ Bearer l-VzLtX_yYORmn7BwbP8TL80QrRBUSiegF9DQ1XcL-Y]
2019-04-28 17:56:20 +02:00
Connection : [ keep-alive]
2019-06-22 15:28:27 +02:00
Content-Length : [ '203' ]
2019-04-28 17:56:20 +02:00
Content-Type : [ application/x-www-form-urlencoded]
User-Agent : [ python-requests/2.18.4]
method : POST
uri : http://localhost:3000/api/v1/accounts
response :
2019-10-11 23:59:24 +02:00
body : {string : '{"access_token":"Y7B52Qx_Ny5AKTW7_9scfVb475UUWdaO-Eb3S7a2ny8","token_type":"Bearer","scope":"read
write follow push","created_at":1570830507}'}
2019-04-28 17:56:20 +02:00
headers :
Cache-Control : [ 'private, no-store' ]
Content-Type : [ application/json; charset=utf-8]
2019-10-11 23:59:24 +02:00
ETag : [ W/"3c6880bd24f62d977acabfecb715fa4e"]
2019-04-28 17:56:20 +02:00
Pragma : [ no -cache]
Referrer-Policy : [ strict-origin-when-cross-origin]
Transfer-Encoding : [ chunked]
Vary : [ 'Accept-Encoding, Origin' ]
X-Content-Type-Options : [ nosniff]
X-Download-Options : [ noopen]
X-Frame-Options : [ SAMEORIGIN]
X-Permitted-Cross-Domain-Policies : [ none]
2019-10-11 23:59:24 +02:00
X-Request-Id : [ bb1c82a2-2d0f-432d-999e-8c4a626ab698]
X-Runtime : [ '0.248933' ]
2019-04-28 17:56:20 +02:00
X-XSS-Protection : [ 1 ; mode=block]
2019-06-22 15:28:27 +02:00
content-length : [ '141' ]
2019-04-28 17:56:20 +02:00
status : {code: 200, message : OK}
version : 1