Can Rev handle secure HTTP requests outside of the RevBrowser functions?
I'm trying to do something like this :
put url https://www.mysite.com into myVar
(or get url https://www.mysite.com
put it into myVar)
answer myVar
All I get is nothing. Works fine with a normal "http" request.
Any suggestions?