Skip to content

Commit

Permalink
Add passi
Browse files Browse the repository at this point in the history
Signed-off-by: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com>
  • Loading branch information
LilSpazJoekp committed Jul 13, 2020
1 parent d8e7758 commit a4a3d2e
Showing 1 changed file with 67 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"body": [
[
"grant_type",
"client_credentials"
"refresh_token"
],
[
"refresh_token",
"<REFRESH_TOKEN>"
]
],
"headers": {
Expand All @@ -27,38 +31,89 @@
},
"response": {
"body": {
"string": "{\"message\": \"Unauthorized\", \"error\": 401}"
"string": "{\"access_token\": \"<ACCESS_TOKEN>\", \"token_type\": \"bearer\", \"expires_in\": 3600, \"scope\": \"account creddits edit flair history identity livemanage modconfig modcontributors modflair modlog modmail modothers modposts modself modtraffic modwiki mysubreddits privatemessages read report save structuredstyles submit subscribe vote wikiedit wikiread\"}"
},
"headers": {
"Accept-Ranges": "bytes",
"Cache-Control": "max-age=0, must-revalidate",
"Connection": "close",
"Content-Length": "41",
"Content-Length": "367",
"Content-Type": "application/json; charset=UTF-8",
"Date": "Mon, 13 Jul 2020 23:29:01 GMT",
"Date": "Mon, 13 Jul 2020 23:49:32 GMT",
"Server": "snooserv",
"Set-Cookie": "edgebucket=rw4gf7xmdyK7UVvWk7; Domain=reddit.com; Max-Age=63071999; Path=/; secure",
"Set-Cookie": "edgebucket=dvid3A9pbHZd87MQZA; Domain=reddit.com; Max-Age=63071999; Path=/; secure",
"Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload",
"Via": "1.1 varnish",
"WWW-Authenticate": "Basic realm=\"reddit\"",
"X-Cache": "MISS",
"X-Cache-Hits": "0",
"X-Moose": "majestic",
"X-Served-By": "cache-mci5944-MCI",
"X-Timer": "S1594682941.360708,VS0,VE165",
"X-Served-By": "cache-mci5932-MCI",
"X-Timer": "S1594684172.248592,VS0,VE137",
"x-content-type-options": "nosniff",
"x-frame-options": "SAMEORIGIN",
"x-ua-compatible": "IE=edge",
"x-xss-protection": "1; mode=block"
},
"status": {
"code": 401,
"message": "Unauthorized"
"code": 200,
"message": "OK"
},
"url": "https://www.reddit.com/api/v1/access_token"
}
},
{
"request": {
"body": null,
"headers": {
"Accept-Encoding": [
"identity"
],
"Authorization": [
"bearer <ACCESS_TOKEN>"
],
"User-Agent": [
"<USER_AGENT> Async PRAW/7.1.1.dev0 asyncprawcore/1.4.0.post1"
]
},
"method": "GET",
"uri": "https://oauth.reddit.com/api/recommend/sr/cityporn,earthporn?omit=skyporn,winterporn&raw_json=1"
},
"response": {
"body": {
"string": "[]"
},
"headers": {
"Accept-Ranges": "bytes",
"Cache-Control": "private, s-maxage=0, max-age=0, must-revalidate, no-store, max-age=0, must-revalidate",
"Connection": "keep-alive",
"Content-Length": "2",
"Content-Type": "application/json; charset=UTF-8",
"Date": "Mon, 13 Jul 2020 23:49:32 GMT",
"Expires": "-1",
"Server": "snooserv",
"Set-Cookie": "csv=1; Max-Age=63072000; Domain=.reddit.com; Path=/; Secure; SameSite=None",
"Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload",
"Via": "1.1 varnish",
"X-Cache": "MISS",
"X-Cache-Hits": "0",
"X-Moose": "majestic",
"X-Served-By": "cache-mci5930-MCI",
"X-Timer": "S1594684172.481658,VS0,VE103",
"x-content-type-options": "nosniff",
"x-frame-options": "SAMEORIGIN",
"x-ratelimit-remaining": "47.0",
"x-ratelimit-reset": "28",
"x-ratelimit-used": "553",
"x-ua-compatible": "IE=edge",
"x-xss-protection": "1; mode=block"
},
"status": {
"code": 200,
"message": "OK"
},
"url": "https://oauth.reddit.com/api/recommend/sr/cityporn,earthporn?omit=skyporn,winterporn&raw_json=1"
}
}
],
"recorded_at": "2020-07-13T18:29:01",
"recorded_at": "2020-07-13T18:49:32",
"version": 1
}

0 comments on commit a4a3d2e

Please sign in to comment.