civichackingagency / scangov

Government digital experience monitor
https://scangov.org
8 stars 2 forks source link

Update data: blm.gov #155

Open bbechtel-doi opened 1 month ago

bbechtel-doi commented 1 month ago

Domain: blm.gov

Narlotl commented 1 month ago

I'm still not seeing a response from the server, it's saying the socket hung up (www.blm.gov) or connection refused (blm.gov).

Here's the request code:

http.get('http://www.blm.gov', { headers: {                                                                                                                                                                       
    'User-Agent': 'CivicHackingAgency/1.0 ScanGov',                                                                                                                                                               
    'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*\/*;q=0.8',                                                                                                           
    'Accept-Language': 'en-US,en;q=0.9',                                                                                                                                                                          
    'Accept-Encoding': 'gzip, deflate, br',                                                                                                                                                                       
    'Connection': 'keep-alive'                                                                                                                                                                                    
}});

You can also see the error with curl

$ curl http://www.blm.gov
curl: (7) Failed to connect to www.blm.gov port 80 after 312 ms: Couldn't connect to server
$ curl http://www.blm.gov:443
curl: (52) Empty reply from server