Skip to content

Instantly share code, notes, and snippets.

@bobsourced
Created January 16, 2019 06:26
Show Gist options
  • Save bobsourced/fb16978eea0067536a11cca97a7f4f7c to your computer and use it in GitHub Desktop.
Save bobsourced/fb16978eea0067536a11cca97a7f4f7c to your computer and use it in GitHub Desktop.
Transaction to http://localhost:3030/authmanagement
POST /authmanagement HTTP/1.1
Host: localhost:3030
Pragma: no-cache
Accept: application/json
Cache-Control: no-cache, no-store, must-revalidate
Origin: http://localhost:4200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Content-Type: application/json; charset=UTF-8
Referer: http://localhost:4200/
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Content-Length: 81
Connection: keep-alive
{
"action": "sendResetPwd",
"value": {
"email": "sivaraman@usistech.com"
}
}
HTTP/1.1 201 Created
X-DNS-Prefetch-Control: off
X-Frame-Options: SAMEORIGIN
Strict-Transport-Security: max-age=15552000; includeSubDomains
X-Download-Options: noopen
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Access-Control-Allow-Origin: *
Allow: POST
Vary: Accept, Accept-Encoding
Content-Type: application/json; charset=utf-8
Content-Length: 194
ETag: W/"c2-xwIdmOyxSGFRY/nqSne85Vkyj9A"
Date: Wed, 16 Jan 2019 06:26:45 GMT
Connection: keep-alive
{"_id":"5c3de106d8a50732620afb52","email":"sivaraman@usistech.com","username":"sivaraman","isVerified":true,"createdAt":"2019-01-15T13:32:54.572Z","updatedAt":"2019-01-16T06:18:49.174Z","__v":0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment