0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2024-11-23 23:49:34 +00:00
RSS-Bridge_rss-bridge/docs/10_Bridge_Specific/Economist.md
Pavel Korytov aa3989873c
[EconomistBridge] Add cookie (#4173)
* [EconomistBridge] Add cookie

* [EconomistBridge] Fix lint
2024-07-30 22:10:57 +02:00

782 B

EconomistWorldInBriefBridge and EconomistBridge

In May 2024, The Economist finally fixed its paywall, and it started requiring authorization. Which means you can't use this bridge unless you have an active subscription.

If you do, the way to use the bridge is to snitch a cookie:

  1. Log in to The Economist
  2. Open DevTools (Chrome DevTools or Firefox Developer Tools)
  3. Go to https://www.economist.com/the-world-in-brief
  4. In DevTools, go to the "Network" tab, there select the first request (the-world-in-brief) and copy the value of the Cookie: header from "Request Headers".

The cookie lives three months.

Once you've done this, add the cookie to your config.ini.php:

[EconomistWorldInBriefBridge]
cookie = "<value>"

[EconomistBridge]
cookie = "<value>"