Javascript: Check the URL is working / existed / reachable (returning Status 200 / non-broken) or not -


with javascript, want check url reachable (existed, returning http status 200, not 404, etc).

let's say, how know (by using js) that:

(they not: broken, non-existed, 404, etc).


again how know, such:

are broken, not-reachable, non-existed, 404, etc?


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -