I'm trying to get information from a https web and it returns me the error "IOHandler value not valid". I understand that the problem is that the codification of a https web is different than a http web.
Someone can tell me what do I need to change in the script.
Thank you.
Get information from a https web
AMC does not support HTTPS currently (except if soulsnake added it and I'm not aware of it?)
It is maybe not very difficult to add though. It seems it requires just a SSL library and that an instance of TIdSSLIOHandlerSocketBase (or a descendant) is linked to IOHandler.
But from the script side, you can't do anything until it is added into AMC's HTTP client.
It is maybe not very difficult to add though. It seems it requires just a SSL library and that an instance of TIdSSLIOHandlerSocketBase (or a descendant) is linked to IOHandler.
But from the script side, you can't do anything until it is added into AMC's HTTP client.