Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello, it is possible to set relative URL in umbraco settings scheduler. Because we using SSl for whole site and in development we use different address and without SSL:
<scheduledTasks> <task log="true" alias="test60" interval="60" url="http://domain.com/umbraco/test.aspx"/> </scheduledTasks>
I tried, but it did not work:
<task log="true" alias="test60" interval="60" url="//umbraco/test.aspx"/>
Thank you
Im not sure but i found this on a legacy wiki page: https://our.umbraco.org/wiki/install-and-setup/scheduled-tasks/
NOTE: Url must be absolute
Also this old discussion: https://our.umbraco.org/forum/developers/extending-umbraco/6538-Scheduled-tasks-not-working
Relative paths don't work. you need to enter the full url( http://mydomain.com/indstillinger.aspx) . And then it will work....
Ok, thank you. So i will keep only production urls in repo :-(.
Thank you anyway.
Sorry for bringing bad news. :(
Much appreciated if you´d still mark this as solution, so it might help others.
Have a great day!
Ok. But, i would like to have another solution. :-)
Haha ok. Then you should not mark as solition, only if it helped you!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Settings - Scheduled tasks
Hello, it is possible to set relative URL in umbraco settings scheduler. Because we using SSl for whole site and in development we use different address and without SSL:
I tried, but it did not work:
Thank you
Im not sure but i found this on a legacy wiki page: https://our.umbraco.org/wiki/install-and-setup/scheduled-tasks/
Also this old discussion: https://our.umbraco.org/forum/developers/extending-umbraco/6538-Scheduled-tasks-not-working
Ok, thank you. So i will keep only production urls in repo :-(.
Thank you anyway.
Sorry for bringing bad news. :(
Much appreciated if you´d still mark this as solution, so it might help others.
Have a great day!
Ok. But, i would like to have another solution. :-)
Haha ok. Then you should not mark as solition, only if it helped you!
Have a great day!
is working on a reply...