Hypertext Transfer Protocol Secure or HTTPS is an extension of the HTTP protocol. HTTPS secures the data transfer between client and server by encrypting all of the communication.
HTTPS allows a client to safely share sensitive information with the server through an HTTP request, such as credit card information, passwords, or bank account numbers.
Frontend developers at Jello were prone to making mixed content requests—insecure requests from a secure website—so management has mandated the use of a safeFetch function that only allows requests to a secure endpoint.
Somehow a developer has still managed to write the wrong url! Fix the bug.