Example Config.rdproj 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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\nPOST: Json Post Data\r\n",
  4. "LastUsed": 4
  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. "Preset_4": {
  51. "BaseURL": "https://httpbin.org/post",
  52. "Method": 1,
  53. "URLParams": "",
  54. "PostData": "{\r\n\t\"Demo\": \"Demo Data\"\r\n}",
  55. "ExtraHeaders": "",
  56. "PostDataContentType": "application/json",
  57. "UseBasicAuth": false,
  58. "AuthUsername": "",
  59. "AuthPassword": ""
  60. }
  61. }