I have an Image URL that it's protected with a username and a password. Whenever I try to access the URL with a username and password in Python modules requests
and urlib2
module its gives `HTTP error', 401, 'Unauthorized' ,if I tried this URL in web browser it will ask the credentials in javascript prompt box , can anyone please help me to download the image from the URL with username and password. thanks in advance
Image URL is here.