Response
URL: https://jsonplaceholder.typicode.com/posts
Status code: 201
Content Type: application/json
Request Headers
Accept=*/*
Content-Type=application/json; charset=UTF-8
Content Body
{
"title": "foo",
"body": "bar",
"userId": 1
}
Response Headers
Date: Mon, 14 Feb 2022 21:56:38 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 65
Connection: keep-alive
X-Powered-By: Express
X-Ratelimit-Limit: 1000
X-Ratelimit-Remaining: 999
X-Ratelimit-Reset: 1644875837
Vary: Origin, X-HTTP-Method-Override, Accept-Encoding
Access-Control-Allow-Credentials: true
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Access-Control-Expose-Headers: Location
Location: http://jsonplaceholder.typicode.com/posts/101
X-Content-Type-Options: nosniff
Etag: W/"41-GDNaWfnVU6RZhpLbye0veBaqcHA"
Via: 1.1 vegur
CF-Cache-Status: DYNAMIC
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=C0OtdZjZ%2B64jRCK07RbCiRtIwJlaynjRKM4CGyVEeqwqykGWDg6fT6IiwB6slqP2NMhCvQcWTdDS%2BGtC2elbnRZg3Lva3gf61%2FUEu4qbC0Q5o0ikCQj8C0PCUOgWjQkMWTqp2wcXeK5bK8f0vFGC"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 6dd98c2e4ba25bf9-FRA
alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400
Response Body
{
"title": "foo",
"body": "bar",
"userId": 1,
"id": 101
}