12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "Presets": {
- "Presets": "GET: Simple GET\r\nGET: GET Extra Headers\r\nGET: Use Basic Auth Example\r\nGET: Example URL Parameters\r\nPOST: Json Post Data\r\nDELETE: Delete Data\r\nPUT: Json Put Data\r\nPATCH: Json Patch Data\r\n",
- "LastUsed": 5
- },
- "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": ""
- },
- "Preset_4": {
- "BaseURL": "https://httpbin.org/post",
- "Method": 1,
- "URLParams": "",
- "PostData": "{\r\n\t\"Demo\": \"Demo Data\"\r\n}",
- "ExtraHeaders": "",
- "PostDataContentType": "application/json",
- "UseBasicAuth": false,
- "AuthUsername": "",
- "AuthPassword": ""
- },
- "Preset_5": {
- "BaseURL": "http://jsonplaceholder.typicode.com/posts/1",
- "Method": 4,
- "URLParams": "",
- "PostData": "",
- "ExtraHeaders": "",
- "PostDataContentType": "application/json",
- "UseBasicAuth": false,
- "AuthUsername": "",
- "AuthPassword": ""
- },
- "Preset_6": {
- "BaseURL": "https://httpbin.org/put",
- "Method": 3,
- "URLParams": "",
- "PostData": "{\r\n\t\"Demo\": \"Demo Data\"\r\n}",
- "ExtraHeaders": "",
- "PostDataContentType": "application/json",
- "UseBasicAuth": false,
- "AuthUsername": "",
- "AuthPassword": ""
- },
- "Preset_7": {
- "BaseURL": "https://httpbin.org/patch",
- "Method": 2,
- "URLParams": "",
- "PostData": "{\r\n\t\"Demo\": \"Demo Data\"\r\n}",
- "ExtraHeaders": "",
- "PostDataContentType": "application/json",
- "UseBasicAuth": false,
- "AuthUsername": "",
- "AuthPassword": ""
- }
- }
|