From 624ffca8132268002fea34f641966715b3df7263 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 24 Nov 2020 01:21:29 -0500 Subject: [PATCH] comment the header out --- curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl b/curl index 6e84279..a602616 100755 --- a/curl +++ b/curl @@ -1 +1 @@ -curl -H Content-Type: application/json -X GET -d@./sample_request.json https://192.168.1.110:8082/baseline --insecure +curl -H "Content-Type: application/json" -X GET -d@./sample_request.json https://localhost:8082/baseline --insecure > baseline.sql