babuhari123
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2012
11:30 PM
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
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 1

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2012
11:50 AM
Re: is possible to call https request in RoTransfer
xfer=createobject("rourltransfer")
xfer.seturl("https://myserver.com/index.html")
xfer.setcertificatesfile("common:/certs/ca-bundle.crt")
xfer.initclientcertificates()
result=xfer.gettostring()