Glitch Website Shows "Not Secure"

Hi! I made a website using glitch that gives random quotes by fetching the Quotable API. When I run it, whether in the editor, or in the browser, everything seems fine until I press the “Press Me To Get A Quote,” and then everything works fine but this comes up:
image
(The not secure part)

here is the link to the project: https://random-quotes-mileswk.glitch.me/

I’m not familiar with this API at all, but when I open their URL directly, it shows a security issue on the browser:

https://api.quotable.io/random

Intead if I connect with http, it works fine

http://api.quotable.io/random

1 Like