-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Python用ライブラリをご提供して下さりありがとうございます。
ambient.pyを見ておりますと、接続先URLがHTTPとなっています。
Ambient様のAPIではHTTPSも接続可能なようです。
通信経路上のセキュリティを高めるために、ライブラリで使用するURL
についてはHTTPS接続の方が良いのではないでしょうか
Python用ライブラリ(ambient.py)
https://github.com/AmbientDataInc/ambient-python-lib/blob/master/ambient.py
現在の実装
L24: self.url = 'http://ambidata.io/api/v2/channels/' + str(channelId)
改善案
L24: self.url = 'https://ambidata.io/api/v2/channels/' + str(channelId)
以上よろしくお願いいたします
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels