i load a html file from asset folder to webview and everything works fine. today i configured a self signed ssl on my server and all ajax post requests to https from webview disabled and not working.
i've searched forum and find some solution using httputils but i'm not using httputils.
the question of ssl certificate errors and b4a's webview comes up periodically. a workaround has been proposed using httputils2, hc client and webview. and, of course, the ssl error event itself is addressed in webviewextras2. for those interested in the knowing the reason for the error, i have...