Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created November 10, 2015 16:09
Show Gist options
  • Save tommymarshall/afdeaccdc8c7de1ebd36 to your computer and use it in GitHub Desktop.
Save tommymarshall/afdeaccdc8c7de1ebd36 to your computer and use it in GitHub Desktop.
Error respons
POST /oauth/token HTTP/1.1 Host: atlantic.fluxx.io User-Agent: Guzzle/5.3.0 curl/7.35.0 PHP/5.6.11-1+deb.sury.org~trusty+1 Content-Length: 183 Content-Type: application/x-www-form-urlencoded client_id=ad05a03232c9dd20a1617ba92002d53f1dc162508f9da1863f79070ad2b6b7f9&client_secret=49454209df1414818a75808eb5fafc68b1d56fcb52549ed269b82047ab79e249&grant_type=client_credentials HTTP/1.1 401 Unauthorized cache-control: no-store Content-Type: application/json; charset=utf-8 Date: Tue, 10 Nov 2015 16:08:36 GMT pragma: no-cache Server: Apache Status: 401 Unauthorized Strict-Transport-Security: max-age=8640000 X-Frame-Options: SAMEORIGIN x-rack-cache: invalidate, pass x-request-id: c35d5d1700ef86fa26682c0fa2d9863c x-ua-compatible: IE=Edge,chrome=1 Content-Length: 173 Connection: keep-alive {"error":"invalid_client","error_description":"Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method."} POST /oauth/token HTTP/1.1 Host: atlantic.fluxx.io User-Agent: Guzzle/5.3.0 curl/7.35.0 PHP/5.6.11-1+deb.sury.org~trusty+1 Content-Length: 183 Content-Type: application/x-www-form-urlencoded client_id=ad05a03232c9dd20a1617ba92002d53f1dc162508f9da1863f79070ad2b6b7f9&client_secret=49454209df1414818a75808eb5fafc68b1d56fcb52549ed269b82047ab79e249&grant_type=client_credentials HTTP/1.1 401 Unauthorized cache-control: no-store Content-Type: application/json; charset=utf-8 Date: Tue, 10 Nov 2015 16:08:36 GMT pragma: no-cache Server: Apache Status: 401 Unauthorized Strict-Transport-Security: max-age=8640000 X-Frame-Options: SAMEORIGIN x-rack-cache: invalidate, pass x-request-id: 9d497489178adedb849e9a59df00f1f9 x-ua-compatible: IE=Edge,chrome=1 transfer-encoding: chunked Connection: keep-alive {"error":"invalid_client","error_description":"Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method."}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment