-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathQuery tester.request
41 lines (41 loc) · 1015 Bytes
/
Query tester.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>https://recon16.cloudant.com/annotation/_design/representation/_view/pdf_annotation</string>
<key>followRedirect</key>
<true/>
<key>handleJSONPCallbacks</key>
<false/>
<key>headers</key>
<array/>
<key>httpMethod</key>
<string>GET</string>
<key>jsonpScript</key>
<string></string>
<key>paramBodyUIChoice</key>
<integer>0</integer>
<key>parameters</key>
<array>
<dict>
<key>inUse</key>
<true/>
<key>parameter</key>
<string>key</string>
<key>value</key>
<string>"http://www.scielo.br/pdf/paz/v51n8/a01v51n8.pdf"</string>
</dict>
</array>
<key>parametersType</key>
<integer>0</integer>
<key>presentBeforeChallenge</key>
<false/>
<key>stringEncoding</key>
<integer>4</integer>
<key>username</key>
<string>recon16</string>
<key>usingHTTPBody</key>
<false/>
</dict>
</plist>