Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #14917: Fix WebUI form submission

Component Setup
Title Fix WebUI form submission
Date Oct 10, 2022
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.2.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.1.0p14 Checkmk Community, Checkmk Pro, Checkmk Ultimate MT
2.0.0p30 Checkmk Community, Checkmk Pro, Checkmk Ultimate MT

With Werk 13903 a new CSRF token was introduced. This token is added to all AJAX calls so the backend can validate this. Unfortunately it was forgotten to add this token to the Mobile UI as well. The missing token raised an error when submitting forms in the WebUI.

The token was added to the mobile UI.

To the list of all Werks