Forum Discussion

babuhari123's avatar
14 years ago

is possible to call https request in RoTransfer

Hi friends,

Once again thanks for replying for my queries

one small doubt is possible to HTTPS Request instead of HTTP request in Ro-transfer,
if possible tell me how to call that HTTPS Request


Thanks in Advance

1 Reply

  • xfer=createobject("rourltransfer")
    xfer.seturl("https://myserver.com/index.html")
    xfer.setcertificatesfile("common:/certs/ca-bundle.crt")
    xfer.initclientcertificates()
    result=xfer.gettostring()