To disable the Native Browser, there is a system property that when set to “false” will effectively disable it by disabiling redirects. The property needs to be added to the artifactory.system.properties file.
**NOTE** Please keep in mind that this will disable the Native Browser for ALL REPOSITORIES.
This file is located under $JFROG_HOME/artifactory/var/etc/artifactory/ → artifactory.system.properties
Once in this file, add this line to the bottom:
artifactory.redirect.native.browser.requests.to.ui=false
**NOTE** After the property is set, you must restart Artifactory