<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="Helvetica, Arial, sans-serif">I Trye to use the latest
      Google Tasks API from in LO but now we need to connect with HTTPS<br>
      please can a developer tell me if my code had a change to work no
      or in the future ?<br>
      <br>
      oConnector = createUnoService("com.sun.star.connection.Connector")
      <br>
      oConnection =
      oConnector.connect("socket,host=www.googleapis.com,port=80")&nbsp; 'or
      port (443)'<br>
      oConnection.write( StringToByteArray( "GET
      <a class="moz-txt-link-freetext" href="https://www.googleapis.com/tasks/v1/lists/MDk5Nzc1MDY0NzQyMTk4NjEyMzM6MDow/tasks/MDk5Nzc1MDY0NzQyMTk4NjEyMzM6MDo4?pp=1&amp;key=">https://www.googleapis.com/tasks/v1/lists/MDk5Nzc1MDY0NzQyMTk4NjEyMzM6MDow/tasks/MDk5Nzc1MDY0NzQyMTk4NjEyMzM6MDo4?pp=1&amp;key=</a>{YOUR_API_KEY}"&nbsp;
      + cCR + cLF ))<br>
      <br>
      Greetz Fernand<br>
      <br>
    </font>
  </body>
</html>