Requirement is that we need to download some certificates everyday. For this we have RESTfull endpoint
in our application and when manually sent request to RESTfull endpoint
, then certificates are downloaded to our application folder.
Now I am looking to automate it by creating channel in Mirth
, which will make HTTP
request the RESTfull endpoint
every day.
In Mirth channel, destination
is set to HTTP sender
and other configuration are done.
But I am not getting about configurations needs to be done for Source
.
Could any one please suggest what should be the source
considering the requirement??
Thanks in advance..