From 3de5d9345721385b7a8cdc11c82feaeb8ff94f6c Mon Sep 17 00:00:00 2001
From: Aaron Parecki <aaron@parecki.com>
Date: Thu, 17 Aug 2017 09:12:41 -0700
Subject: send accept json header

---
 lib/helpers.php | 1 +
 1 file changed, 1 insertion(+)

(limited to 'lib')

diff --git a/lib/helpers.php b/lib/helpers.php
index f48c986..6098501 100644
--- a/lib/helpers.php
+++ b/lib/helpers.php
@@ -136,6 +136,7 @@ function micropub_post($endpoint, $params, $access_token, $file_path = NULL, $js
   }
 
   if(!$file_path) {
+    $httpheaders[] = 'Accept: application/json';
     if($json) {
       // $params['access_token'] = $access_token;
       $httpheaders[] = 'Content-type: application/json';
-- 
cgit v1.2.3