-
Problem report
-
Resolution: Duplicate
-
Trivial
-
None
-
4.0.43rc1, 5.0.26rc1, 6.0.7rc1, 6.2.1rc1, 6.4.0alpha1
-
Sprint 91 (Aug 2022), Sprint 92 (Sep 2022)
Can't add headers with same names but with different values for HTTP agent item
Steps to reproduce:
- Create HTTP agent item
- Fill required fields
- Add two headers
a => 1
a => 2 - Save item
- Edit item
Result:
one header: a => 2
Expected:
two headers:
a => 1
a => 2
The headers for the "Web scenario" in step work as expected.
- part of
-
ZBXNEXT-7578 Make the data structure for "headers" and "query_fields" of items, item prototypes, LLD rules the same as is for web scenarios
- Closed