chhoumann / quickadd

QuickAdd for Obsidian
https://quickadd.obsidian.guide
MIT License
1.52k stars 136 forks source link

Fix omdbapi protocol #684

Closed oschrenk closed 1 month ago

oschrenk commented 4 months ago

As per documentation on https://www.omdbapi.com the protocol for the API is HTTP not HTTPS.

Even with a correct API key requests against https://... are returning 401.

curl -s -o /dev/null -w "%{http_code}" "https://www.omdbapi.com/?i=tt3896198&apikey=cafecafe"
401

where as

curl -s -o /dev/null -w "%{http_code}" "http://www.omdbapi.com/?i=tt3896198&apikey=cafecafe"
200

one could argue that https should work as well, so I emailed the owner of OMDB as well.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
quickadd ✅ Ready (Inspect) Visit Preview May 17, 2024 7:34am