1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "Presets": {
- "Presets": "GET: Simple GET\r\nGET: GET Extra Headers\r\nGET: Use Basic Auth Example\r\nGET: Example URL Parameters\r\n",
- "LastUsed": 3
- },
- "Preset_0": {
- "BaseURL": "https://httpbin.org/get",
- "Method": 0,
- "URLParams": "",
- "PostData": "",
- "ExtraHeaders": "",
- "PostDataContentType": "application/json",
- "UseBasicAuth": false,
- "AuthUsername": "",
- "AuthPassword": ""
- },
- "Preset_1": {
- "BaseURL": "https://httpbin.org/headers",
- "Method": 0,
- "URLParams": "",
- "PostData": "",
- "ExtraHeaders": "X-TestHeader=TestValue",
- "PostDataContentType": "application/json",
- "UseBasicAuth": false,
- "AuthUsername": "",
- "AuthPassword": ""
- },
- "Preset_2": {
- "BaseURL": "https://httpbin.org/basic-auth/user/pwd",
- "Method": 0,
- "URLParams": "",
- "PostData": "",
- "ExtraHeaders": "X-TestHeader=TestValue",
- "PostDataContentType": "application/json",
- "UseBasicAuth": true,
- "AuthUsername": "3f0k+uBHWf2sPtwW4tYMUA==",
- "AuthPassword": "C35R83xuSqKQ93OJME1BZA=="
- },
- "Preset_3": {
- "BaseURL": "https://httpbin.org/get",
- "Method": 0,
- "URLParams": "arg1=value1\r\narg2=value2",
- "PostData": "",
- "ExtraHeaders": "",
- "PostDataContentType": "application/json",
- "UseBasicAuth": false,
- "AuthUsername": "",
- "AuthPassword": ""
- }
- }
|