Http/1.1 302 moved temporarily

I have constructed a device handler to successfully query a LAN connected device using hubAction, here is my request…

GET /system_http_api/API_REV01/GetSecurityStatus?operation=get HTTP/1.1
Accept: /
User-Agent: Linux UPnP/1.0 SmartThings
HOST: c0a80105:1f90

and here is the response, it seems to be saying that I need to make the request using HTTPS…

[index:17, mac:00D02D1E35A9, ip:C0A80105, port:1F90, requestId:a8155b32-4ca0-46f8-9d31-1e0dc099651e, headers:[content-length:0, connection:Keep-Alive, access-control-allow-origin:*, location:https://c0a80105:443/tuxedoapi.html, server:, date:Wed, 04 Jan 2012 16:58:38 GMT, http/1.1 302 moved temporarily:null], body:null, header:HTTP/1.1 302 Moved Temporarily
Date: Wed, 04 Jan 2012 16:58:38 GMT
Server:
Connection: Keep-Alive
Access-Control-Allow-Origin: *
Location: https://c0a80105:443/tuxedoapi.html
Content-Length: 0, status:302]

what are my options?

1 Like

Currently the Hub does not support HTTPS; not exactly sure if this is difficult to implement.

There’s more than open Topic on this: