Skip to content

Instantly share code, notes, and snippets.

@bhupendra-nitt
Last active December 8, 2018 08:03
Show Gist options
  • Save bhupendra-nitt/a2f21d1facc0386587c98b3871ff61d8 to your computer and use it in GitHub Desktop.
Save bhupendra-nitt/a2f21d1facc0386587c98b3871ff61d8 to your computer and use it in GitHub Desktop.
curl 'http://localhost:4400/<url>'
-H 'Pragma: no-cache'
-H 'Origin: http://localhost:8080'
-H 'Accept-Encoding: gzip, deflate, br'
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8'
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'
-H 'Content-Type: application/json'
-H 'Accept: application/json'
-H 'Cache-Control: no-cache'
-H 'Referer: http://localhost:8080/'
-H 'Connection: keep-alive' --compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment