Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Let's start by working with callbacks to fetch data. Fetching data is one of the most common ways you will write asynchronous programs in JavaScript.
Mixed Content error
When you're following along in workspaces you may encounter an error in the console saying that the request has been blocked because of trying to request from an insecure endpoint. This happens because the Open Notify API uses the http protocol while Workspaces are on the https protocol.
To work around this you can download the code and follow along in your own text editor. Alternatively, you can add the url of your workspace preview to the exceptions in your browser settings:
- Chrome:
chrome://settings/content/insecureContent
- FireFox: Unblock Mixed Content
Resources
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up