Hello
I try to start VisualCron jobs using a JS eventlistener on a button in a web application.
IThescript will start a fetch command which calls the VisualCron https URL including all needed inforation to start a job.
Our problem is, that our browser allways ask for the authentification certificat with a popup. we don't have to fill in anything and we can close the window. After we did this the first time, we can run the jobs on VisualCron without any problems.
But the popup interfers with my script and i connot run any jobs without opening the VisualCron web documeantation before.
Any idea woh to solve this problem?