-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
6.4.14, 7.0.0
-
None
Steps to reproduce:
- Add an extra slash to the zabbix url: https://zabbix.example.org//
- Navigate to Monitoring > Maps
- Click on a map, e.g. https://zabbix.example.org//sysmap.php?sysmapid=11
- Edit the map
- Click update
Result:
Nothing happens, changes not saved.
**
Browser developer log shows an attempt to POST to https://sysmap.php/?output=ajax
Request fails due to CORS failure (good catch).
Expected:
Expected it to "just work", especially since everything else is working. Guess the code that parses the URL is different on this particular page.