Hi, I want to invoke one of the rest calls from the command line to trigger a download of the remote repository. The URL below should do the trick, but I get an HTTP 403 response. I did validate that the username/password is correct.
wget http://admin:admin1@localhost :8080/restServices/archivaServices/repositoriesService/scheduleDownloadRemoteIndex?repositoryId=central Is there a way to invoke the secured rest calls from the command line using wget or curl? Regards, Gero
