Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Murray Roke 503 posts 966 karma points c-trib
    Mar 30, 2011 @ 00:20
    Murray Roke
    0

    Scheduled Task where ananymous access is disabled

    Hi

    We have a staging server where clients can review the websites we've built.

    We protect this by disabling anonymous access.

    However this seems to be interfering with scheduled tasks because they will try running without authentication. (it would be handy if the umbracoLog mentioned the status code instead of just saying 'true' or 'false'

    I don't really want to change the application as it's only for UAT, and not for production that we need to implement security. But I could add some functionality if the same release won't cause issues in production.

    Anyone have any brilliant ideas?

    My Ideas all involve chaning how umbraco works:

    • scheduled tasks could be configured with a usename / password
    • scheduled tasks could be configured with an assembly / method as an alternative to a url.
  • Murray Roke 503 posts 966 karma points c-trib
    Mar 30, 2011 @ 22:31
    Murray Roke
    0

    The solution I used was to switch to windows Scheduled Tasks and use wget to GET the page. note: version 1.10.2 of wget works with NTLM whereas later versions of wget do not. this allows me to specify username & password.

Please Sign in or register to post replies

Write your reply to:

Draft