Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get status code python

import requests #pip3 install requests
status = requests.get("URL") #Change URL to your desired website domain
print(status) #prints the status of the url. 
 
PREVIOUS NEXT
Tagged: #status #code #python
ADD COMMENT
Topic
Name
4+3 =