Example Config.rdproj 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "Presets": {
  3. "Presets": "GET: Simple GET\r\nGET: GET Extra Headers\r\nGET: Use Basic Auth Example\r\nGET: Example URL Parameters\r\n",
  4. "LastUsed": 3
  5. },
  6. "Preset_0": {
  7. "BaseURL": "https://httpbin.org/get",
  8. "Method": 0,
  9. "URLParams": "",
  10. "PostData": "",
  11. "ExtraHeaders": "",
  12. "PostDataContentType": "application/json",
  13. "UseBasicAuth": false,
  14. "AuthUsername": "",
  15. "AuthPassword": ""
  16. },
  17. "Preset_1": {
  18. "BaseURL": "https://httpbin.org/headers",
  19. "Method": 0,
  20. "URLParams": "",
  21. "PostData": "",
  22. "ExtraHeaders": "X-TestHeader=TestValue",
  23. "PostDataContentType": "application/json",
  24. "UseBasicAuth": false,
  25. "AuthUsername": "",
  26. "AuthPassword": ""
  27. },
  28. "Preset_2": {
  29. "BaseURL": "https://httpbin.org/basic-auth/user/pwd",
  30. "Method": 0,
  31. "URLParams": "",
  32. "PostData": "",
  33. "ExtraHeaders": "X-TestHeader=TestValue",
  34. "PostDataContentType": "application/json",
  35. "UseBasicAuth": true,
  36. "AuthUsername": "3f0k+uBHWf2sPtwW4tYMUA==",
  37. "AuthPassword": "C35R83xuSqKQ93OJME1BZA=="
  38. },
  39. "Preset_3": {
  40. "BaseURL": "https://httpbin.org/get",
  41. "Method": 0,
  42. "URLParams": "arg1=value1\r\narg2=value2",
  43. "PostData": "",
  44. "ExtraHeaders": "",
  45. "PostDataContentType": "application/json",
  46. "UseBasicAuth": false,
  47. "AuthUsername": "",
  48. "AuthPassword": ""
  49. }
  50. }