This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Karl-Johan
over 9 years

Why do i keep getting 244?

Hi! My code looks like this:

var xhr = new XMLHttpRequest(); xhr.open(“GET”, “http://www.codecademy.com/doesnt_exist“, false); xhr.send(); console.log(xhr.status);

Even if i change the text in the url to some nonsense i always get 244 as a response, why is that?

EDIT: I tried changing the browser to IE and got 444 instead… that’s even more wierd.

Answer 5467c7e380ff33ca59002def

0 votes

Permalink

How ‘bout firefox?

points
Submitted by Risviltsov
over 9 years