Skip to content

Commit

Permalink
Add UFT-8 charset encoding (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcastro authored Sep 27, 2020
1 parent 5618075 commit 4f1d019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thybag/Auth/SharePointOnlineAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __doRequest($request, $location, $action, $version, $one_way = f

// Set base headers
$headers = array();
$headers[] = "Content-Type: text/xml;";
$headers[] = "Content-Type: text/xml; charset=utf-8";
$headers[] = "SOAPAction: \"{$action}\"";

$curl = curl_init($location);
Expand Down

0 comments on commit 4f1d019

Please sign in to comment.