W wcieslik Member Licensed User Longtime User Jul 2, 2025 #1 Hello all, Is there a list of the "built-in" options available to TAG in the Project Build Options ? eg, recently discovered HU2_ACCEPTALL to disable certificate checking (HTTPUTILS and OKHTTPUTILS2)... Cheers, Wit C.
Hello all, Is there a list of the "built-in" options available to TAG in the Project Build Options ? eg, recently discovered HU2_ACCEPTALL to disable certificate checking (HTTPUTILS and OKHTTPUTILS2)... Cheers, Wit C.
Erel B4X founder Staff member Licensed User Longtime User Jul 2, 2025 #2 HU2_ACCEPTALL isn't really a "built-in" symbol. It is used by OkHttpUtils2. There are other symbols that are used by other libraries. For example: https://www.b4x.com/android/forum/t...rk-for-images-videos-and-more.134716/#content Those symbols belong to specific libraries they are not generic. Upvote 0
HU2_ACCEPTALL isn't really a "built-in" symbol. It is used by OkHttpUtils2. There are other symbols that are used by other libraries. For example: https://www.b4x.com/android/forum/t...rk-for-images-videos-and-more.134716/#content Those symbols belong to specific libraries they are not generic.
W wcieslik Member Licensed User Longtime User Jul 2, 2025 #3 Thanks Erel, much appreciated. I see "HU2_PUBLIC" could also be useful Cheers, Wit C. Upvote 0