Hi
I suspect I know the answer to this is “nope”, but I’ll pick ppl’s brains if poss anyhow.
Tasks take a URL which is then requested etc. Generally in my experience in the past these URLs have always been back to the CFML application itself, and it’s more a case of “CFML code is called via an HTTP request, this is just how it works”, rather than it specifically being a feature “you can curl a URL as a task”, if you see the difference.
I have a task-running requirement that is indeed request-based, but its URL is to a different app, and the endpoint requires me to pass an authorization
header.
There doesn’t look to be a way to do this with <cfschedule>
(or indeed by slinging an entry into scheduler.xml
, which is what we are doing).
Can I confirm my suspicions are correct - it can’t be done - and I’m not missing anything?
Answers that involve anything with “box” in the name cannot help me here, I’m afraid.
Cheers.
–
Adam