Skip to content

Instantly share code, notes, and snippets.

@brittanydionigi
Created February 25, 2015 15:39
Show Gist options
  • Save brittanydionigi/87dbf86e6fd6e9bec700 to your computer and use it in GitHub Desktop.
Save brittanydionigi/87dbf86e6fd6e9bec700 to your computer and use it in GitHub Desktop.
Headers when POSTing to /api/v2/apps/app for FF Marketplace (dev)
{ authorization: 'OAuth oauth_consumer_key="foo",oauth_nonce="yuWMpO90nLNV4UOFQbSJoIEwpKZX5Laj",oauth_signature_method="HMAC-SHA1",oauth_timestamp="1424878605",oauth_version="1.0",oauth_signature="7HPYLjVksQ8uxVeDkgn55MWXOJI%3D"',
host: 'marketplace-dev.allizom.org',
accept: '*/*',
connection: 'close',
'user-agent': 'Node authentication',
'content-length': 41,
'content-type': 'application/json' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment