-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexamples.hpd
36 lines (36 loc) · 898 Bytes
/
examples.hpd
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
{
"headers": [
{
"auth": true,
"key": "header1",
"post_type": 8,
"value": "header1_value",
"value_type": "value"
}
],
"json_file_version": 1,
"url": "http://localhost:8080/post.php",
"url_encode": [
{
"auth": true,
"key": "md5",
"post_type": 2,
"value": "code_tool.md5(\"aadsfwer\");",
"value_type": "javascript"
},
{
"auth": true,
"key": "timestamp",
"post_type": 2,
"value": "(new Date()).valueOf().toString().substr(0,10);",
"value_type": "javascript"
},
{
"auth": false,
"key": "input",
"post_type": 2,
"value": "kekekekekey",
"value_type": "ucenter_authcode"
}
]
}