Werk #14032: fix escaping in path parameters
| Component | REST API | ||||
| Title | fix escaping in path parameters | ||||
| Date | May 24, 2022 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Previously the REST API sent links containing characters (e.g. ':') which were not properly escaped. Using them directly without additional escaping could result in a HTTP 404 error.
This is now fixed. No further action is neccessary.