Created
July 26, 2016 21:56
-
-
Save wcarss/d51eb7e3773a83bb2f9b7f83e1b5c704 to your computer and use it in GitHub Desktop.
200 for a given code, followed by 401s for the same code
This file contains 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
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