Hello,
I'm trying to create a CF file that I will schedule to run on a weekly basis. The page will run a report on the same server and load the information into an Excel page. Then the page will drop the Excel file onto a directory on our server. Then the page will loop through a list of people and email each person with the file attached.
Everything is fine except that <cfhttp> is not working since we are on a secure server, with a URL starting with https://
Can my project work on a secure server? Maybe I should be using a different ColdFusion tag to achieve my goal?
Thanks,
Peter
I'm trying to create a CF file that I will schedule to run on a weekly basis. The page will run a report on the same server and load the information into an Excel page. Then the page will drop the Excel file onto a directory on our server. Then the page will loop through a list of people and email each person with the file attached.
Everything is fine except that <cfhttp> is not working since we are on a secure server, with a URL starting with https://
Can my project work on a secure server? Maybe I should be using a different ColdFusion tag to achieve my goal?
Thanks,
Peter