Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bobsourced/c09c3417a7ad29b9640ad6efa879e938 to your computer and use it in GitHub Desktop.
Save bobsourced/c09c3417a7ad29b9640ad6efa879e938 to your computer and use it in GitHub Desktop.
:method: GET
:authority: bleacher.test-api.reactorone.net
:scheme: https
:path: /api/1/users/principal
cache-control: no-cache
pragma: no-cache
origin: https://bleacher.test-admin.reactorone.net
authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJkZXZAYmxlYWNoZXJsZWFndWUuY29tIiwiYXV0aCI6IlJPTEVfU1lTVEVNQURNSU4iLCJleHAiOjE1NDAyNDE1OTZ9.5xZqzihzPiSewXapg0OuyiJet7K3hB8HLiNkbek81OMgz-FxTzFiQ6eeUXVv4jQRc84ex6Pwmg8Qle9KsPs39w
accept: application/json, text/plain, */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36
referer: https://bleacher.test-admin.reactorone.net/collection/list?collection=games
accept-encoding: gzip, deflate, br
accept-language: en-US,en;q=0.9
:status: 200
content-type: application/json;charset=UTF-8
date: Mon, 22 Oct 2018 20:47:59 GMT
set-cookie: AWSALB=6Vo9VqLjV6xCQEyEhBtrNjCfWgIn1BUPFl2Me0mF66nvBEg4M+3S+wtFeCjHIs5a4ScFDFDPcTTdiM/9UgqxV9URq9XI1AbLpSsMXzE15mNKBfUDy07qxUHOpSgX; Expires=Mon, 29 Oct 2018 20:47:59 GMT; Path=/
server: nginx/1.12.1
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
cache-control: no-cache, no-store, max-age=0, must-revalidate
pragma: no-cache
x-frame-options: ALLOWALL
access-control-allow-origin: https://bleacher.test-admin.reactorone.net
vary: Origin,Accept-Encoding
access-control-expose-headers: Authorization, Content-Length
access-control-allow-credentials: true
set-cookie: ro_fv=1540241279729; Max-Age=2147483647; Expires=Sun, 10-Nov-2086 00:02:06 GMT; Path=/; HttpOnly
set-cookie: cartID=; Max-Age=0; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
set-cookie: ro_fv=1540241279740; Max-Age=2147483647; Expires=Sun, 10-Nov-2086 00:02:06 GMT; Path=/; HttpOnly
set-cookie: cartID=; Max-Age=0; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
p3p: CP='No P3P policy'
set-cookie: cartID=; Max-Age=0; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
set-cookie: ro_cache=daac87cbbd5224408838f6efd6a5dae2; Path=/; Secure; HttpOnly
set-cookie: RO_SESSION=1d98b670-c1ad-4f2c-a8c1-1156165d73da; Path=/; HttpOnly
content-encoding: gzip
x-cache: Miss from cloudfront
via: 1.1 7426faef45fb0fcbcd32bc04ab99cfd3.cloudfront.net (CloudFront)
x-amz-cf-id: I77aP4aQV2kGXTQQBwESW4-dQA85E65Sz4pc2yCNhewfTLOvyUy5uA==
Expires: 0
{
"lastModifiedBy" : 3,
"createdBy" : 3,
"lastModifiedDate" : 1539799594000,
"createdDate" : 1539799594000,
"id" : 6366,
"internalId" : null,
"username" : "dev@bleacherleague.com",
"password" : null,
"firstName" : "Dev",
"lastName" : "User",
"middleName" : null,
"email" : "dev@bleacherleague.com",
"gender" : "",
"enabled" : true,
"accountNonExpired" : true,
"accountNonLocked" : true,
"credentialsNonExpired" : true,
"roles" : [ "ROLE_SYSTEMADMIN" ],
"b2bCustomer" : false,
"title" : null,
"suffix" : null,
"status" : null,
"type" : null,
"organization" : null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment