Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bobsourced/7c72c0a0a38fd526c0a8486156fc9745 to your computer and use it in GitHub Desktop.
Save bobsourced/7c72c0a0a38fd526c0a8486156fc9745 to your computer and use it in GitHub Desktop.
:method: POST
:authority: bleacher.test-preview.reactorone.net
:scheme: https
:path: /api/1/users/register
content-length: 193
accept: application/json, text/javascript, */*; q=0.01
origin: https://bleacher.test-preview.reactorone.net
x-requested-with: XMLHttpRequest
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
content-type: application/json
referer: https://bleacher.test-preview.reactorone.net/login
accept-encoding: gzip, deflate, br
accept-language: en-US,en;q=0.9
cookie: ro_fv=1539969658757
cookie: _ga=GA1.4.1809045364.1539969660
cookie: ro_cache=8a2d8d387b9ff50ee97106df69cc2440
cookie: RO_SESSION=d1522ad5-ba9e-4f6f-9506-7e2a60bd31e7
cookie: AWSALB=PLpRWwDeRNqEfyiuNLGqk5Yuct9vYoH3adQZJuuHL/eXUj/lSUA1CfbSdxTvtz0JShWCwjaAH5GP9HYPirksIImARx/zlVZd37JxJS3uokXlJj2goyHJlASq3TeD
Pragma: no-cache
Cache-Control: no-cache
{"user":{"firstName":"Bob","lastName":"Falcon","email":"bobf@bleacherleague.com"},"rawPassword":"forthewin","rawPasswordConfirm":"forthewin","sendRegistrationEmail":true,"marketingOptIn":false}
:status: 200
content-type: application/json;charset=UTF-8
date: Mon, 22 Oct 2018 17:41:59 GMT
set-cookie: AWSALB=0Bf8WDE6Um+QJ0rfR3EdCvM2xuBuj933rIhUWetLcIJ9wNE6XldJAeb7cBdUoZVTC9A3sPRaHTRcbDeNZ0KAo6IKntw64coR1EVMEtWvHkMjmyma2C7zVji8M8EV; Expires=Mon, 29 Oct 2018 17:41:58 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-preview.reactorone.net
vary: Origin,Accept-Encoding
access-control-expose-headers: Authorization, Content-Length
access-control-allow-credentials: true
set-cookie: cartID=; Max-Age=0; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
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=8a2d8d387b9ff50ee97106df69cc2440; Path=/; Secure; HttpOnly
content-encoding: gzip
x-cache: Miss from cloudfront
via: 1.1 a11e362db748447dfc49a75beeab9a6f.cloudfront.net (CloudFront)
x-amz-cf-id: ttgKHC0OLUByMW44Qll0djal4M_m5elmzQT2Ur0pWs3ItAdPT67tXg==
Expires: 0
{
"lastModifiedBy" : null,
"createdBy" : null,
"lastModifiedDate" : 1540230118952,
"createdDate" : 1540230118952,
"id" : 6371,
"internalId" : null,
"username" : "bobf@bleacherleague.com",
"password" : null,
"firstName" : "Bob",
"lastName" : "Falcon",
"middleName" : null,
"email" : "bobf@bleacherleague.com",
"gender" : "",
"enabled" : true,
"accountNonExpired" : true,
"accountNonLocked" : true,
"credentialsNonExpired" : true,
"roles" : [ ],
"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