mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-25 19:06:23 +03:00
Fix AppleAppStoreBridge (#2604)
This commit is contained in:
parent
d3bb00f754
commit
2eaf48de99
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class AppleAppStoreBridge extends BridgeAbstract {
|
||||||
|
|
||||||
$headers = array(
|
$headers = array(
|
||||||
"Authorization: Bearer $token",
|
"Authorization: Bearer $token",
|
||||||
|
'Origin: https://apps.apple.com',
|
||||||
);
|
);
|
||||||
|
|
||||||
$json = json_decode(getContents($uri, $headers), true);
|
$json = json_decode(getContents($uri, $headers), true);
|
||||||
|
|
Loading…
Reference in a new issue