Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Make an http(https) connection to google and return response as an String

Code Block
languagejs
var response=http.get("https://google.com"); // make an http connection to google and return response as an String


Make connection and authenticate using the credential key

Code Block
languagejs
var response=http.get("https://needAuthentication.com","saveCredentialKey");