mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-27 03:40:13 +02:00
Fix AppleAppStoreBridge (#2604)
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user