crocs-muni / SED-Storage-Visualiser

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Allow to use port 80 without enforcing https for testing. #1

Closed mbroz closed 2 months ago

mbroz commented 5 months ago

The code currently requires reverse https proxy, flask server force to use https by app.after_request headers.

For testing it is quite problematic, though (it wil lload only html page with no data).

There should be an option how to allow it for debugging or localhost only testing...

Just FYI @matszabo

matszabo commented 2 months ago

I agree, made a pull request to address the issue.