-
Notifications
You must be signed in to change notification settings - Fork 46
/
myapp.log.request
41 lines (41 loc) · 996 Bytes
/
myapp.log.request
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>baseURL</key>
<string>http://localhost:8080/myapp.log</string>
<key>bodyString</key>
<string>json={"action":"login","userId":"5b07fbbb4e6b8"}</string>
<key>followRedirect</key>
<true/>
<key>handleJSONPCallbacks</key>
<false/>
<key>headers</key>
<array>
<dict>
<key>header</key>
<string>Content-Type</string>
<key>inUse</key>
<true/>
<key>value</key>
<string>application/x-www-form-urlencoded</string>
</dict>
</array>
<key>httpMethod</key>
<string>POST</string>
<key>jsonpScript</key>
<string></string>
<key>paramBodyUIChoice</key>
<integer>0</integer>
<key>parameters</key>
<array/>
<key>parametersType</key>
<integer>0</integer>
<key>presentBeforeChallenge</key>
<false/>
<key>stringEncoding</key>
<integer>4</integer>
<key>usingHTTPBody</key>
<true/>
</dict>
</plist>