B4J Question [ABMaterial] How to use HTTP Post, to pass UserName and Password to ABMaterial webapp - Anser    Mar 8, 2018   (1 reaction) of the POST to pass the username and password to ABMaterial application because passing username and password... make use of the POST and via POST I would like to pass the username and password to the ABMaterial... B4J Question Set username and password for my fileserver - schimanski    Jun 14, 2015 With httpjob, i can set username and password. But how can I check it on my fileserver?
I want to set a filter to check, if username and password are correct, but how do I get the username in... B4A Question Validation of username and password from phpmyAdmin - Erel (first post)    Nov 23, 2020 Search for jRDC2.... B4J Question How to use Proxies with usernames and passwords - Peter Lewis    Jul 6, 2020 Hi All I am looking for a method to use 20 proxies with the same username and password in a program generating a new instance each time one is used and then closing that instance. I was looking at using the Chromedriver with the wrap provided on this site. I did find a method on this forum but that only dealt with proxies that do not use a login name Any suggestions Thank you... B4A Question WebView: disable username and password cache request - Cableguy    Nov 6, 2011 )!!!???
In my project I take a web form and pre-fill it and auto submit it, and I am using a WebView as a semafore to determine when the next phase (webpage loaded) is finished, and since a webview... B4A Question How to check username and decrypted password in the login form? - cklester (first post)    Jan 25, 2021   (1 reaction) Do not store the password encrypted. Store it hashed.
Then, when you get the user's password attempt, you hash the attempted password and compare to the hash in the database. If they are the same, you are good to go. Look up "hash password" here in the forum or with your favorite... B4J Question B4J - Send Message FCM (Firebase Cloud Message) using proxy with username and password - Erel (first post)    Nov 17, 2016 You can use HttpClient instead of OkHttp. It does support setting a proxy with username and password.
The source code of jHttpUtils2 (based on HttpClient) is available here: https://www.b4x.com/android/forum/threads/jhttputils2-source-code.39415/#content... B4A Library JdbcSQL - Directly connect to remote databases - Erel    Sep 17, 2017   (35 reactions)   tags: Conector SQL, RemoteDB, remote db, jDBCSQL, sql connect local remote several disadvantages: - Insecure - it will be quite simple for a hacker to get the username and password and directly access the database. - Hard to maintain - changes to the database design will require updating the app. - Server and client performance issues - The Jdbc drivers are not optimized for...This is a port of B4J jSQL library. The SQL type was renamed to JdbcSQL and ResultSet was renamed... databases. JdbcSQL - Any remote SQL database with a supported JDBC driver. MySQL and MS SQL... B4i Question keychain problem - tufanv    Oct 10, 2016 are different ) I always remember username and password with using keychain all in my apps. If login is succcess than i add p.keychainput("username",txtusername.text) and same for the password... i put username and password keys into keychain my other app is also getting that value from... and entered my information and logged in. Later i opened my other app and saw that , the username and password i used in my other app is remembered in this app. i use same keys all in my apps and i did... B4A Question WEBVIEW with username and password - Swissmade (first post)    Aug 5, 2014 It is better to post B4J related questions or comments in B4J forum.
Sorry Erel but it's a little confusing when you search the Forum you get both B4A and B4J feeds.... Page: 1   2   3   4   5   6   7   |