node-sonos-http-api icon indicating copy to clipboard operation
node-sonos-http-api copied to clipboard

using https on documentation swagger ui uses creates wrong

Open dwm66 opened this issue 5 years ago • 0 comments
trafficstars

Just found a minor issue when experimenting with this very nice software:

  • Access the server using https on port 5006 (e.g. https://mysonos:5006
  • Press on "full documentation"
  • try e.g. to get zones => no result, as swagger UI tries to access http://mysonos:5006/zones

Running everything with http on port 5005 works like a charm :)

dwm66 avatar Dec 20 '19 12:12 dwm66