Skip to content

Commit

Permalink
[BUGFIX] Use JSON content-type in BE request action
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala authored Dec 3, 2024
1 parent 499b164 commit 7d61abe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/Controller/BackendController.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ protected function request($url, $body)
$url,
'GET',
[
'headers' => [
'content-type' => 'application/json',
],
'body' => $body ?: '',
'http_errors' => false,
]
Expand Down

0 comments on commit 7d61abe

Please sign in to comment.