Skip to content

Instantly share code, notes, and snippets.

@wcarss
Created July 26, 2016 21:56
Show Gist options
  • Save wcarss/d51eb7e3773a83bb2f9b7f83e1b5c704 to your computer and use it in GitHub Desktop.
Save wcarss/d51eb7e3773a83bb2f9b7f83e1b5c704 to your computer and use it in GitHub Desktop.
200 for a given code, followed by 401s for the same code
2016-07-26T15:33:51-04:00 "POST /auth/oauth/token?client_id=<your id>&client_secret=<your secret>&code=b6f682f2518671329bb73a815949fab59ac01e19ac2105cc8bee2718e64b0892&grant_type=authorization_code&redirect_uri=<yours> HTTP/1.0" 200
2016-07-26T15:34:05-04:00 "POST /auth/oauth/token?client_id=<your id>&client_secret=<your secret>&code=b6f682f2518671329bb73a815949fab59ac01e19ac2105cc8bee2718e64b0892&grant_type=authorization_code&redirect_uri=<yours> HTTP/1.0" 401
2016-07-26T15:38:02-04:00 "POST /auth/oauth/token?client_id=<your id>&client_secret=<your secret>&code=f497768aac61e961c74e488e0768a01337134dd7ff8b6177320a1af476a4934c&grant_type=authorization_code&redirect_uri=<yours> HTTP/1.0" 200
2016-07-26T15:38:24-04:00 "POST /auth/oauth/token?client_id=<your id>&client_secret=<your secret>&code=f497768aac61e961c74e488e0768a01337134dd7ff8b6177320a1af476a4934c&grant_type=authorization_code&redirect_uri=<yours> HTTP/1.0" 401
2016-07-26T15:38:31-04:00 "POST /auth/oauth/token?client_id=<your id>&client_secret=<your secret>&code=f497768aac61e961c74e488e0768a01337134dd7ff8b6177320a1af476a4934c&grant_type=authorization_code&redirect_uri=<yours> HTTP/1.0" 401
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment