-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathhttp-client-debugger.http
35 lines (29 loc) · 1000 Bytes
/
http-client-debugger.http
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
POST https://{{host}}/s/-/dw/debugger/v2_0/client
Authorization: Basic {{username}} {{password}}
Accept: application/json
x-dw-client-id: SFCCDebugger
###
DELETE https://{{host}}/s/-/dw/debugger/v2_0/client
Authorization: Basic {{username}} {{password}}
Accept: application/json
x-dw-client-id: SFCCDebugger
###
GET https://{{host}}/s/-/dw/debugger/v2_0/breakpoints
Authorization: Basic {{username}} {{password}}
Accept: application/json
x-dw-client-id: SFCCDebugger
###
GET https://{{host}}/s/-/dw/debugger/v2_0/threads
Authorization: Basic {{username}} {{password}}
Accept: application/json
x-dw-client-id: SFCCDebugger
###
GET https://{{host}}/s/-/dw/debugger/v2_0/threads/33/frames/0/members?start=0&count=100&object_path=cache
Authorization: Basic {{username}} {{password}}
Accept: application/json
x-dw-client-id: SFCCDebugger
###
POST https://{{host}}/s/-/dw/debugger/v2_0/threads/reset
Authorization: Basic {{username}} {{password}}
Accept: application/json
x-dw-client-id: SFCCDebugger