Hi there. I have some simple code to upload a csv and display a table using an AngularJS partial.
It works fine over regular http. If I switch to https, it doesn't work. Any ideas?
Edit: I'm using Flask and I think this is a clue: https://github.com/pallets/flask/issues/773