

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 2
click for more info
Not enough gems
Cost: 6 gems
1: HTTPS
incomplete
2: Security and Encryption
incomplete
This lesson's interactive features are locked, please to keep using them
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.