From 6dd48b7f404773e5c166d07344279dff5984bbfe Mon Sep 17 00:00:00 2001 From: matti Date: Sat, 26 Jul 2025 16:17:14 +0200 Subject: [PATCH] change header X-On-Behalf-Of to From which is new deprecated, see also: https://github.com/zammad/zammad-documentation/pull/644 --- cgi-bin/form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/form.py b/cgi-bin/form.py index 6098fe4..1784302 100755 --- a/cgi-bin/form.py +++ b/cgi-bin/form.py @@ -340,7 +340,7 @@ try: response = session.post( urljoin(ZAMMAD_URL, "api/v1/tickets"), headers={ - "X-On-Behalf-Of": contact_email, + "From": contact_email, }, json=dict( title=f"Kontaktformular {contact_name} – {form_name}",