oneuptime/Probe/Utils
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
..
Monitors refactor: Add doNotFollowRedirects option to WebsiteRequest and API 2024-10-09 20:11:15 +01:00
OnlineCheck.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Probe.ts refactor: Update import statements for CommonUI to use Common/UI 2024-08-07 15:50:32 -06:00
ProbeAPIRequest.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00