Hello Everyone,
I have a requirement where PI needs to connect to a bank server using HTTPS and fetch some encrypted file and save the file on a file system.
I am confused on whether to use HTTP adapter or HTTP_AAE adapter.
Below are the steps of the scenario.
1. PI pings a predefined URL provided by the bank using HTTPS . This URL points to a folder in the banks file system.
2. The bank will send a response with a list of filenames present in the folder.
3. PI filters the filenames and fetches the correct filename and then again creates a new URL to access the encrypted file.
4. Once PI has access to the file it should put the file from bank folder to a file system using a file adapter.
Please let me know how can i achieve this.
Thanks