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

Dennis Brown
Dennis Brown
28,742 Points

"Status Code 301: Moved Permanently" Error Handling?

So I was another member getting the 301 status code from the site, and noticed in another question this was due to the API moving to SSL. With that said, even when using console.error it was giving a connection refused error from localhost.

If the questions didn't exist, and there wasn't an API, how could we as programmers learn this solution on our own? Since the status is "Moved Permanently", is there any way to get a more verbose error that would give a better indication that this would have moved to SSL? A matter of fact, are there even other causes for 301s?

Thanks in advance!

2 Answers

Hi Dennis,

Here's a list of all the standardized HTTP status codes. Let me know if that answers your question.

Dennis Brown
Dennis Brown
28,742 Points

Indeed!

Thanks for the link!