Werk #15596: dcd: increase the max number of redirects to 1000
Component | REST API |
Title | dcd: increase the max number of redirects to 1000 |
Date | Apr 3, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.1.0p26 2.2.0b4 2.3.0b1 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
This werk introduces a fix to the dcd endpoints. Previously, the default max_redirects of 30 was being used and was often being exceeded, causing an exception. We now set it to 1000 to make sure that this doesn't happen.