As i understand POST requests instead of GET ones - no difference for the security, passing the login and password both in a single HTTP request.
Any is sniffered easily ?
So, how in B4A to work with HTTPS (SSL) ? Self-made free certificate of 128bit key, as minimum, on Linux or Windows server.
HTTPS means the HTTP traffic is asymmetrically encrypted. Depending in the size of your key it will be difficult or impossible to decrypt your message. For this purpose there is no difference in whether you generated the SSL key yourself or not.
Thanks, wl !
Very strange that i could not find this topic making "https" request in HelpViewer.
Even searching on the forum directly - does not show "https" string in short result list.