oneuptime/Probe
Simon Larsen 9e45f4cea9
refactor: Add doNotFollowRedirects option to WebsiteRequest and API
This commit adds the `doNotFollowRedirects` option to the `WebsiteRequest` and `API` classes. When set to `true`, the classes will not follow redirects when making HTTP requests. This is achieved by setting the `maxRedirects` property of the `axiosOptions` object to 0. This change allows for more control over the behavior of HTTP requests and ensures that redirects are not automatically followed.
2024-10-09 20:11:15 +01:00
..
Jobs refactor: Update import statements for CommonUI to use Common/UI 2024-08-07 15:50:32 -06:00
Services Enhance logging in Realtime utilities and add ping monitoring check in Register service 2024-09-25 21:50:50 +01:00
Tests/Utils refactor: Update import statement for jest in setupTest.js 2024-06-14 14:11:32 +01:00
Utils refactor: Add doNotFollowRedirects option to WebsiteRequest and API 2024-10-09 20:11:15 +01:00
.gitattributes
.gitignore
Config.ts refactor: Update import statements for CommonUI to use Common/UI 2024-08-07 15:50:32 -06:00
Dockerfile.tpl fix: Probe/Dockerfile.tpl to reduce vulnerabilities 2024-09-28 05:43:30 +00:00
Index.ts refactor: Update import statements for CommonUI to use Common/UI 2024-08-07 15:50:32 -06:00
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
nodemon.json refactor: Update import statements for CommonUI to use Common/UI 2024-08-07 16:14:31 -06:00
package-lock.json refactor: Update import statements for CommonUI to use Common/UI 2024-08-07 16:14:31 -06:00
package.json refactor: Update import statements for CommonUI to use Common/UI 2024-08-07 16:14:31 -06:00
tsconfig.json Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00