Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Node.js Basics (2014) Building a Command Line Application Perfecting: Getting Multiple Profiles

Did teamtreehouse move the JSON files from HTTP to HTTPS?

Halfway through the videos I started getting a 301 error (items permanently moved). When trying to access the page through my browser I was redirected to https://teamtreehouse.com/someusername.json

I was able to fix this by doing my "get" request using https and requiring that library. the http library was still necessary to get accurate http.STATUS_CODES

has anyone else experienced this?

1 Answer

Colin Marshall
Colin Marshall
32,861 Points

They did switch to https today and it was noted in the teacher's notes under the video Making a GET request with HTTP. Good job figuring it out on your own!