N ntuser04 Member Licensed User Mar 11, 2022 #1 In Google Play Console the Data safety questionnaire ask if Data is encrypted in transit when I make an API call. I am using the OkHttpUtils2 library and using HTTPJOB > DOWNLOAD to send my API calls. Is the download using httpjob encrypted?
In Google Play Console the Data safety questionnaire ask if Data is encrypted in transit when I make an API call. I am using the OkHttpUtils2 library and using HTTPJOB > DOWNLOAD to send my API calls. Is the download using httpjob encrypted?
aeric Expert Licensed User Longtime User Mar 12, 2022 #2 If you are using https protocol, it should be encrypted. Correct me if I am wrong. Upvote 0
DonManfred Expert Licensed User Longtime User Mar 12, 2022 #3 ntuser04 said: Is the download using httpjob encrypted? Click to expand... Only if you use HTTPS:// Note that the file that you are downloading is not encrypted. Its just the protocol. Last edited: Mar 12, 2022 Upvote 0
ntuser04 said: Is the download using httpjob encrypted? Click to expand... Only if you use HTTPS:// Note that the file that you are downloading is not encrypted. Its just the protocol.