From 22c979d4a366812aa8cb7f3145171267c821c5c3 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 14 Apr 2024 11:19:16 -0400 Subject: [PATCH] Added JSON Content-Type header to freemobile:// (#1109) --- apprise/plugins/NotifyFreeMobile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apprise/plugins/NotifyFreeMobile.py b/apprise/plugins/NotifyFreeMobile.py index 4aad8db3..2b460c13 100644 --- a/apprise/plugins/NotifyFreeMobile.py +++ b/apprise/plugins/NotifyFreeMobile.py @@ -126,6 +126,7 @@ class NotifyFreeMobile(NotifyBase): # prepare our headers headers = { 'User-Agent': self.app_id, + 'Content-Type': 'application/json', } # Prepare our payload