Skip to content

Commit

Permalink
Remove 'Accept-Encoding' header
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-litvak committed Mar 25, 2024
1 parent 26be2d6 commit 35c7c09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/IronCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class IronCore
{
protected $core_version = '1.0.2';
protected $core_version = '1.0.4';

// should be overridden by child class
protected $client_version = null;
Expand Down Expand Up @@ -428,7 +428,6 @@ protected function setCommonHeaders()
'User-Agent' => $this->userAgent(),
'Content-Type' => 'application/json',
'Accept' => self::HEADER_ACCEPT,
'Accept-Encoding' => self::HEADER_ACCEPT_ENCODING,
'Connection' => 'Keep-Alive',
'Keep-Alive' => '300',
);
Expand Down

0 comments on commit 35c7c09

Please sign in to comment.