translation-server issue: stuck on cookie consent page
I tried ZoteroBib and it worked great. I then tried a local installation, but the translation-server gets stuck on a cookie consent page while ZoteroBib gets the actual citation data.
When trying locally for this URL
https://techcrunch.com/2020/04/23/healthjoy-launches-its-revamped-employee-benefits-assistance-platform/
it parses the data from
https://consent.yahoo.com/collectConsent?sessionId=3_cc-session_cffba638-6700-41fd-8a34-162f783a91f5&lang=en-US&inline=false
instead of the initial page.
What can I do to get the correct citation data like on ZoteroBib?
When trying locally for this URL
https://techcrunch.com/2020/04/23/healthjoy-launches-its-revamped-employee-benefits-assistance-platform/
it parses the data from
https://consent.yahoo.com/collectConsent?sessionId=3_cc-session_cffba638-6700-41fd-8a34-162f783a91f5&lang=en-US&inline=false
instead of the initial page.
What can I do to get the correct citation data like on ZoteroBib?
curl -v -d "https://techcrunch.com/2020/04/23/healthjoy-launches-its-revamped-employee-benefits-assistance-platform/" -H "Content-Type: text/plain" 127.0.0.1:1969/web
If it's not working for you, you'll need to review the debug output to see why it's not working.
curl -v -d "https://techcrunch.com/2020/04/23/healthjoy-launches-its-revamped-employee-benefits-assistance-platform/" -H "Content-Type: text/plain" 127.0.0.1:1969/web
[{"key":"KKTLGVUA","version":0,"itemType":"webpage","url":"https://consent.yahoo.com/collectConsent?sessionId=3_cc-session_cae2164e-ec1f-40e1-a6f6-dbbda40990b9&lang=en-US&inline=false","title":"TechCrunch is now a part of Verizon Media","accessDate":"2020-06-10T05:14:51Z"}]
I guess that once I click a button on the consent page, it gets stored in a cookie and for subsequent visits to the page the cookie then allows me to go directly there. But how do I get the cookie into the translation server, and why does it work for you out of the box?
I'd guess that you're outside of the US. If you're in Europe, thank your MEPs.