Well I'm stuck after several hours of work.
I have 2 separates URL that I would like to execute header request with POST command like I do manually in the Composer.
It works well and I was able to edit the script to be able to save on disk every response body in an xml.
What I want is to set it up automatically so it would execute by itself every 5 or 10 minutes and write the response body on disk. Is it possible?
thanks!