Skip to content

Instantly share code, notes, and snippets.

@animepauly
Created August 2, 2017 15:04
Show Gist options
  • Save animepauly/591ceca2f044bae5323f669e33970702 to your computer and use it in GitHub Desktop.
Save animepauly/591ceca2f044bae5323f669e33970702 to your computer and use it in GitHub Desktop.
correct Request/Response headers from local server call
*General*
Request URL:http://localhost:3000/api/user?id=164
Request Method:GET
Status Code:200 OK
Remote Address:127.0.0.1:3000
Referrer Policy:no-referrer-when-downgrade
*Response Headers*
Access-Control-Allow-Origin:*
connection:close
content-encoding:gzip
content-length:1131
content-type:text/html; charset=UTF-8
date:Wed, 02 Aug 2017 05:10:58 GMT
server:Apache/2.4.16 (Ubuntu)
Vary:Accept-Encoding
X-Powered-By:Express
*Request Headers*
Accept:*/*
Accept-Encoding:gzip, deflate, br
Accept-Language:en-US,en;q=0.8
Connection:keep-alive
content-type:application/json
Host:localhost:3000
Referer:http://localhost:3000/
User-Agent:Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1
x-api-auth-token:XXXXXXXXXXXXXX
*Query String Parameters*
id:164
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment