I have a question regarding the possibility of downloading an artifact from Artifactory through Django.
Is it possible to use a get request using requests like :
import requests
r = requests.get(http://localhost:8081/artifactory/libs-release-local/ch/qos/logback/logback-classic/0.9.9/logback-classic-0.9.9.jar?skipUpdateStats=true)
or is there another way to download the artifact in python?