How to Disable Captcha
Hi Folks,
I'm programmatically making plenty of REST calls from batch jobs.
Using BASIC Auth...
After a while I get the "Capcha" response from Datameer API.
Anyway to disable this/not trigger this?
-
Official comment
You can disable Captcha by changing a property in the file <DM_HOME>/conf/default.properties.
The property is: captcha.enabled
Update the value to false like:
captcha.enabled=false
Save the file and restart Datameer.
Comment actions
Please sign in to leave a comment.
Comments
3 comments