Products | Versions |
---|---|
Spotfire Data Science Team Studio | 6.5.0 |
<html>\r\n<head><title>400 The plain HTTP request was sent to HTTPS port</title></head>\r\n<body bg color="white">\r\n<center > <h1>400 Bad Request</h1></center>\r\n<center>The plain HTTP request was sent to HTTPS port</center>\r\n</body>\r\n</html>
import alpine as AlpineAPI session = AlpineAPI.APIClient(host=" xxx.com", port=443, is_secure=True) session.base_url = 'https:xxx.com:443/api'====================================