Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

handle 404 in requests python

>>> # Here's what you should do if you want the status_code of a request.
>>> import requests
>>> r = requests.get('http://httpbin.org/status/404')
>>> r.status_code
404
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #handle #requests #python
ADD COMMENT
Topic
Name
9+1 =