Created
February 25, 2015 15:39
-
-
Save brittanydionigi/87dbf86e6fd6e9bec700 to your computer and use it in GitHub Desktop.
Headers when POSTing to /api/v2/apps/app for FF Marketplace (dev)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 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