Example Config.rdproj 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "Presets": {
  3. "Presets": "faf2be76254543f9ad9cc8fca91cef5e:R0VUOiBTaW1wbGUgR0VU\r\n7d37b798c22748eebf92ffa281ba982a:R0VUOiBHRVQgRXh0cmEgSGVhZGVycw==\r\n777045dda27d466fab6c051d3e8094e8:R0VUOiBVc2UgQmFzaWMgQXV0aCBFeGFtcGxl\r\na0745bab53eb4c78a6034f1a9d4559de:R0VUOiBFeGFtcGxlIFVSTCBQYXJhbWV0ZXJz\r\n292047e733934bc48429c4d746cae53a:UE9TVDogSnNvbiBQb3N0IERhdGE=\r\nc02b437c22474cf7b44a96c72f430f18:REVMRVRFOiBEZWxldGUgRGF0YQ==\r\n9609fe373b9b4865a2ea83a3dd35be30:UFVUOiBKc29uIFB1dCBEYXRh\r\ncbbcebba6f30425caec540f517cb3524:UEFUQ0g6IEpzb24gUGF0Y2ggRGF0YQ==\r\n",
  4. "LastUsed": 0,
  5. "ConfigVersion": 2
  6. },
  7. "Preset_faf2be76254543f9ad9cc8fca91cef5e": {
  8. "BaseURL": "https://httpbin.org/get",
  9. "Method": 0,
  10. "URLParams": "",
  11. "PostData": "",
  12. "ExtraHeaders": "",
  13. "PostDataContentType": "application/json",
  14. "UseBasicAuth": false,
  15. "AuthUsername": "",
  16. "AuthPassword": ""
  17. },
  18. "Preset_7d37b798c22748eebf92ffa281ba982a": {
  19. "BaseURL": "https://httpbin.org/headers",
  20. "Method": 0,
  21. "URLParams": "",
  22. "PostData": "",
  23. "ExtraHeaders": "X-TestHeader=TestValue",
  24. "PostDataContentType": "application/json",
  25. "UseBasicAuth": false,
  26. "AuthUsername": "",
  27. "AuthPassword": ""
  28. },
  29. "Preset_777045dda27d466fab6c051d3e8094e8": {
  30. "BaseURL": "https://httpbin.org/basic-auth/user/pwd",
  31. "Method": 0,
  32. "URLParams": "",
  33. "PostData": "",
  34. "ExtraHeaders": "",
  35. "PostDataContentType": "application/json",
  36. "UseBasicAuth": true,
  37. "AuthUsername": "3f0k+uBHWf2sPtwW4tYMUA==",
  38. "AuthPassword": "C35R83xuSqKQ93OJME1BZA=="
  39. },
  40. "Preset_a0745bab53eb4c78a6034f1a9d4559de": {
  41. "BaseURL": "https://httpbin.org/get",
  42. "Method": 0,
  43. "URLParams": "arg1=value1\r\narg2=value2",
  44. "PostData": "",
  45. "ExtraHeaders": "",
  46. "PostDataContentType": "application/json",
  47. "UseBasicAuth": false,
  48. "AuthUsername": "",
  49. "AuthPassword": ""
  50. },
  51. "Preset_292047e733934bc48429c4d746cae53a": {
  52. "BaseURL": "https://httpbin.org/post",
  53. "Method": 1,
  54. "URLParams": "",
  55. "PostData": "{\r\n \"Demo\": \"Demo Data\",\r\n \"Hurra\": \"ole\"\r\n}\r\n",
  56. "ExtraHeaders": "",
  57. "PostDataContentType": "application/json",
  58. "UseBasicAuth": false,
  59. "AuthUsername": "",
  60. "AuthPassword": ""
  61. },
  62. "Preset_c02b437c22474cf7b44a96c72f430f18": {
  63. "BaseURL": "http://jsonplaceholder.typicode.com/posts/1",
  64. "Method": 4,
  65. "URLParams": "",
  66. "PostData": "",
  67. "ExtraHeaders": "",
  68. "PostDataContentType": "application/json",
  69. "UseBasicAuth": false,
  70. "AuthUsername": "",
  71. "AuthPassword": ""
  72. },
  73. "Preset_9609fe373b9b4865a2ea83a3dd35be30": {
  74. "BaseURL": "https://httpbin.org/put",
  75. "Method": 3,
  76. "URLParams": "",
  77. "PostData": "{\r\n \"Demo\": \"Demo Data\"\r\n}",
  78. "ExtraHeaders": "",
  79. "PostDataContentType": "application/json",
  80. "UseBasicAuth": false,
  81. "AuthUsername": "",
  82. "AuthPassword": ""
  83. },
  84. "Preset_cbbcebba6f30425caec540f517cb3524": {
  85. "BaseURL": "https://httpbin.org/patch",
  86. "Method": 2,
  87. "URLParams": "",
  88. "PostData": "{\r\n \"Demo\": \"Demo Data\"\r\n}",
  89. "ExtraHeaders": "",
  90. "PostDataContentType": "application/json",
  91. "UseBasicAuth": false,
  92. "AuthUsername": "",
  93. "AuthPassword": ""
  94. }
  95. }