Hello!
I'm currently trying to send rest data to a https webpage. The problem is the certificate of the page is invalid, and i get ssl error if I try to send the message, and I need to use a http message the get the data through.
My question:
Is it possible to use a http message to upload data to a https website? For example with bypassing the certificate validation? I'm using PL/SQL code to send the http message.
Thanks in advance!
Regards,
Tamas