Simon Larsen
b0799093dd
feat: Enhance proxy agent support by specifying types for httpAgent and httpsAgent in WebsiteRequest and API classes
2025-09-02 14:10:42 +01:00
Simon Larsen
f63c69e6a6
feat: Add per-request HTTP/HTTPS proxy agent support in API and WebsiteRequest classes
2025-09-02 13:52:25 +01:00
Simon Larsen
15c2a9b532
fix: Update responseBody type in ProbeWebsiteResponse and handle error response data in WebsiteMonitor
2025-05-14 19:15:35 +01:00
Simon Larsen
8a6a3c21df
fix: Handle errors in WebsiteRequest and improve logging in WebsiteMonitor
2025-05-14 15:09:46 +01:00
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
Simon Larsen
70a2a3993b
refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files
2024-06-14 12:09:53 +01:00
Simon Larsen
faf0641503
refactor: Update package.json and Encryption.ts to use latest version of crypto-js
2024-05-29 15:25:09 +01:00
Simon Larsen
640ce525c5
Update Probe npm install and test commands
2023-11-21 17:50:09 +00:00
Simon Larsen
231493b335
fix website request
2023-10-04 10:28:15 +01:00
Simon Larsen
07d738e048
patch: fix head 404 monitoring issue
2023-09-11 21:17:55 +05:30
Simon Larsen
a0435f5a1b
fix website requests
2023-08-22 12:48:03 +01:00
Simon Larsen
df65490d4a
support monitor with parse errors
2023-08-22 12:46:57 +01:00
Simon Larsen
894eafec43
add logs to probe
2023-08-07 08:57:36 +01:00
Simon Larsen
cd8f090a5e
add HTTP Head request
2023-07-26 12:38:00 +01:00
Simon Larsen
61e590e161
fix settings
2023-05-14 21:13:51 +01:00
Simon Larsen
1ab1b4dcab
make website request work.
2023-05-14 20:39:18 +01:00
Simon Larsen
89239d60ee
fix api request body
2023-05-14 20:06:59 +01:00
Simon Larsen
82bd0741d0
fix fmt
2023-05-12 13:22:03 +01:00
Simon Larsen
996a1fa2f9
fix website request
2023-05-12 11:38:52 +01:00