aboutsummaryrefslogtreecommitdiff
blob: ebb02c99494316bc7be11241795181f21df8bbdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
interactions:
- request:
    body: null
    headers:
      Accept: ['*/*']
      Accept-Encoding: ['gzip, deflate']
      Connection: [keep-alive]
      User-Agent: [python-requests/2.9.1]
    method: GET
    uri: http://localhost:3000/api/v1/timelines/home
  response:
    body: {string: '{"error":"The access token is invalid"}'}
    headers:
      Cache-Control: [no-store]
      Content-Type: [application/json; charset=utf-8]
      Pragma: [no-cache]
      Transfer-Encoding: [chunked]
      Vary: ['Accept-Encoding, Origin']
      WWW-Authenticate: ['Bearer realm="Doorkeeper", error="invalid_token", error_description="The
          access token is invalid"']
      X-Content-Type-Options: [nosniff]
      X-Frame-Options: [SAMEORIGIN]
      X-Request-Id: [733bbb43-2d1f-4c73-95d6-37d3bb846a91]
      X-Runtime: ['0.078774']
      X-XSS-Protection: [1; mode=block]
      content-length: ['39']
    status: {code: 401, message: Unauthorized}
- request:
    body: null
    headers:
      Accept: ['*/*']
      Accept-Encoding: ['gzip, deflate']
      Connection: [keep-alive]
      User-Agent: [python-requests/2.9.1]
    method: GET
    uri: http://localhost:3000/api/v1/timelines/home
  response:
    body: {string: '{"error":"The access token is invalid"}'}
    headers:
      Cache-Control: [no-store]
      Content-Type: [application/json; charset=utf-8]
      Pragma: [no-cache]
      Transfer-Encoding: [chunked]
      Vary: ['Accept-Encoding, Origin']
      WWW-Authenticate: ['Bearer realm="Doorkeeper", error="invalid_token", error_description="The
          access token is invalid"']
      X-Content-Type-Options: [nosniff]
      X-Frame-Options: [SAMEORIGIN]
      X-Request-Id: [1133e6be-0dfe-4e6b-bae4-5c3a8997c894]
      X-Runtime: ['0.049213']
      X-XSS-Protection: [1; mode=block]
      content-length: ['39']
    status: {code: 401, message: Unauthorized}
version: 1
Powered by cgit v1.2.3 (git 2.41.0)