我的网站在这里:正在显示这个错误ERR_TOO_MANY_REDIRECTS我尝试删除cookie并转到火狐,但都不起作用。我尝试在URL中将https更改为http,但它一直重定向到https。我没有SSL证书,我在Heroku上使用免费的dynos。我怎么才能让它工作呢?
这是我的HTTP到HTTPS重定向代码。
@app.before_request
def before_request():
# this checks if the user requests http and if they did it changes it to https
if request