Created
September 19, 2014 13:40
-
-
Save corinnekrych/ea13b2b3cbae33d3859c to your computer and use it in GitHub Desktop.
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
| REQUEST: | |
| ------- | |
| OST /auth/realms/product-inventory/tokens/access/codes HTTP/1.1 | |
| Host: 192.168.0.37:8080 | |
| Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
| Connection: keep-alive | |
| Accept: */* | |
| User-Agent: ProductInventory/1 CFNetwork/711.0.6 Darwin/14.0.0 | |
| Content-Length: 726 | |
| Accept-Language: en-us | |
| Accept-Encoding: gzip, deflate | |
| client_id=product-inventory&grant_type=refresh_token&refresh_token=eyJhbGciOiJSUzI1NiJ9.eyJqdGkiOiIzMTkwZjI5MS0wYjA4LTRmYmYtYjIyZC1mOTJmZDUxMWY2NGYiLCJleHAiOjE0MTExMzQ0MjMsIm5iZiI6MCwiaWF0IjoxNDExMTMzODIzLCJpc3MiOiJwcm9kdWN0LWludmVudG9yeSIsInN1YiI6ImE5YjM2NDdjLTg0NmItNDE1OS1hODFhLTdiNTVmZGI1M2YxZSIsInR5cCI6IlJFRlJFU0giLCJhenAiOiJwcm9kdWN0LWludmVudG9yeSIsInNlc3Npb25fc3RhdGUiOiIzNGJhNmM5Ni04YmMwLTQ4NGMtYTc3MC05MGU2ZGQ0ZmFlNjkiLCJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsidXNlciJdfSwicmVzb3VyY2VfYWNjZXNzIjp7InRlc3QtYXBwIjp7InJvbGVzIjpbImN1c3RvbWVyLXVzZXIiXX19fQ.TCexnaEJqt7QhO7gpjejQAJQZvOOs5arH0gfNxCh-YSlZIwtVTIIMtDPkw9wdZ0wa3hhjkn5MLa23VhdmozpSOvZLrqRIvoSK9drdsmhwzsr1kQUWI-UN6iO6hiyW1UfzvCjinE8XiZ4ZoJ8dOsK11NsXlbnc9sGQHI_UaSxdGM | |
| RESPONSE: | |
| -------- | |
| { | |
| "error": "invalid_request", | |
| "error_description": "code not specified" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment