Hello,
Is there any way to access vgmrips.com using plain old HTTP (not HTTPS)? I'd be interested in making a player for a Raspberry Pi Pico W, and it would be great to not have to deal with SSL.
Also, is there any API? I saw this thread, but it appears to be defunct: viewtopic.php?t=2598
non-HTTPS access? API?
If you're experiencing problems with the website (packs pages/forum/wiki) or you would like to suggest something, you can post here.
Moderator: Staff
- vampirefrog Offline
- Webmaster
- Posts: 824
- Joined: 2014-01-28, 5:51:54
Re: non-HTTPS access? API?
There's no API or HTTP access, you'll have to scrape the html pages and store a cache on your server, or just make a script that makes an sd card image with all of the packs so you don't even need network access.
- cellularmitosis Offline
- Posts: 2
- Joined: 2024-07-21, 18:44:41
Re: non-HTTPS access? API?
Thanks! I'll scrape responsibly and post what I come up with when I implement something.