Get information from a https web

If you need help on how to use the program
Post Reply
al0203
Posts: 72
Joined: 2013-02-27 05:24:17

Get information from a https web

Post by al0203 »

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.
antp
Site Admin
Posts: 9636
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

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.
Post Reply