Intro to Computing - How the Internet Works
A developer wrote this code snippet to fetch a webpage securely:
What is the main problem here?
fetch('http://secure-site.com/data')What is the main problem here?
fetch('http://secure-site.com/data')http:// which is not secure for sensitive data.https://.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions