Werk #12947: REST API: ETag validation is not less strict
| Component | REST API | ||||
| Title | REST API: ETag validation is not less strict | ||||
| Date | Jun 22, 2021 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Previously the ETag/If-Match header pair were required to have a hexadecimal pattern of 32 bytes length. This was not honored by some endpoints, resulting in bad requests that should have been OK. This restriction has now been lifted and ETags can have any string content.
There is no furhter action necessary.