Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

node.js check if a remote URL exists

import urlExist from "url-exist"

const exists = await urlExist("https://google.com")

// Handle result
console.log(exists)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #remote #URL #exists
ADD COMMENT
Topic
Name
3+8 =