How can I get response codes from site using JS? This is a site which I don't own. Is this possible?
For an example, I'm trying to make a script if that site loads, then show response in my website. I don't just want 200 or 404. I want every single status code shown for that site. Thanks.