aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gps-track.rsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps-track.rsc b/gps-track.rsc
index 0d328d5..86506b8 100644
--- a/gps-track.rsc
+++ b/gps-track.rsc
@@ -26,7 +26,7 @@ $WaitFullyConnected;
:if ($Gps->"valid" = true) do={
:do {
/tool/fetch check-certificate=yes-without-crl $GpsTrackUrl output=none \
- http-method=post http-header-field="Content-Type: application/json" \
+ http-method=post http-header-field=({ "Content-Type: application/json" }) \
http-data=("{" . \
"\"lat\":\"" . ($Gps->"latitude") . "\"," . \
"\"lon\":\"" . ($Gps->"longitude") . "\"," . \