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
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
xfer=createobject("rourltransfer")
xfer.seturl("https://myserver.com/index.html")
xfer.setcertificatesfile("common:/certs/ca-bundle.crt")
xfer.initclientcertificates()
result=xfer.gettostring()