I can download the file from Sonatype Nexus using the HTTP Basic Authentication Credentials in the HTTP header.
But I canβt achieve this by entering the credentials as part of the URL: something like this:
http://admin: admin123@nexus.example.com /nexus/service/local/artifact/maven/content?g=com.test&a=project&v=1.0&r=test_repo_1_release
Does anyone know why and how I can achieve the same without using auth in the headers?
PS: this is a test environment - therefore, there is no SSL.
source share