abilio486software Active Member Licensed User Jul 2, 2020 #1 Hi, It is possible to avoid ALLOW_ALL_HOSTNAME_VERIFIER on HttpJob ? Thanks Attachments APP_alert.PNG 92.4 KB · Views: 288
Erel B4X founder Staff member Licensed User Longtime User Jul 3, 2020 #2 You can enable ACCEPT_ALL: [B4X] OkHttpUtils2 / iHttpUtils2 and accept all option Upvote 0
OliverA Expert Licensed User Longtime User Jul 3, 2020 #3 abilio486software said: It is possible to avoid ALLOW_ALL_HOSTNAME_VERIFIER on HttpJob ? Click to expand... By defaut, HttpJob does not have this option enabled. Neither did the old Apache Http client that had that particular option. So as long as you do not explicitly enable ACCEPT_ALL in the latest HttpJob as shown by @Erel above, you are good to go. Upvote 0
abilio486software said: It is possible to avoid ALLOW_ALL_HOSTNAME_VERIFIER on HttpJob ? Click to expand... By defaut, HttpJob does not have this option enabled. Neither did the old Apache Http client that had that particular option. So as long as you do not explicitly enable ACCEPT_ALL in the latest HttpJob as shown by @Erel above, you are good to go.