You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope you're doing well! I noticed that the current API calls are using the HTTP protocol (if I understand correctly). I was wondering if you might have considered upgrading the API calls to HTTPS (HTTP over TLS) for improved security?
Motivation, pitch
There are a few potential benefits to this change:
Data Encryption: HTTPS encrypts data, which helps protect against interception or tampering during transmission.
Authentication: It allows for better server identity verification, reducing the risk of man-in-the-middle attacks.
User Confidence: With HTTPS becoming the standard, it could further enhance user trust in your service.
Would this be something you're planning to implement, or is it something you might consider in the future? I’d love to hear your thoughts!
Thank you!
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
🚀 The feature
Hi PandasAI Team,
I hope you're doing well! I noticed that the current API calls are using the HTTP protocol (if I understand correctly). I was wondering if you might have considered upgrading the API calls to HTTPS (HTTP over TLS) for improved security?
Motivation, pitch
There are a few potential benefits to this change:
Data Encryption: HTTPS encrypts data, which helps protect against interception or tampering during transmission.
Authentication: It allows for better server identity verification, reducing the risk of man-in-the-middle attacks.
User Confidence: With HTTPS becoming the standard, it could further enhance user trust in your service.
Would this be something you're planning to implement, or is it something you might consider in the future? I’d love to hear your thoughts!
Thank you!
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: