Created
October 18, 2014 20:34
-
-
Save sauthieg/502b5827774fe1ca877c to your computer and use it in GitHub Desktop.
Sample output of a CaptureFilter
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 0 ---> | |
GET http://localhost:80/resources/sample.json HTTP/1.1 | |
Authorization: Bearer c9063abd-b1e9-4de4-a21a-06efa75f76b8 | |
Cache-Control: no-cache | |
Accept: */* | |
Connection: keep-alive | |
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.101 Safari/537.36 | |
Host: localhost:8080 | |
Accept-Encoding: gzip,deflate,sdch | |
Accept-Language: fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4 | |
Content-Type: application/x-www-form-urlencoded | |
[entity] | |
<--- RESPONSE 0 --- | |
HTTP/1.1 400 Bad Request | |
WWW-Authenticate: Bearer realm="OpenIG", error="invalid_request", error_description="The request is missing a required parameter, includes an unsupported parameter or parameter value, repeats the same parameter, uses more than one method for including an access token, or is otherwise malformed." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment