GeraldWodni / theforth.net

Package registry website for the Forth programming language
GNU General Public License v3.0
15 stars 4 forks source link

bug: fget: http error 308 #17

Closed lolbinarycat closed 3 years ago

lolbinarycat commented 3 years ago

whenever I try to use fget, I get this:

HTTP-Error: 308
<html>
<head><title>308 Permanent Redirect</title></head>
<body>
<center><h1>308 Permanent Redirect</h1></center>
<hr><center>nginx/1.17.10</center>
</body>
</html>

Anyone know what's up with this?

GeraldWodni commented 3 years ago

fget uses HTTP, my first guess is that I went a bit overzealous forcing all HTTP to upgrade to HTTPS.

I'll look into it, api requests should be allowed with both protocols.

GeraldWodni commented 3 years ago

Forced redirect is disabled, fget working again.

@lolbinarycat Thanks for reporting!