xpt
xpt

Reputation: 23084

Does DalekJS support https?

Just a quick question -- Does DalekJS support https?

I've been to http://dalekjs.com/pages/getStarted.html, and the demo only uses http, even the http://dalekjs.com/pages/documentation.html is not clear about that.

Thanks.

Upvotes: 0

Views: 53

Answers (1)

Jossi Fresco
Jossi Fresco

Reputation: 425

Yes, you can use dalek with https:

.open('https://yourapp.com/signin')

Upvotes: 1

Related Questions