firewall

  1. Alexander Stolte

    Android Tutorial [B4X] PocketBase - How to reach api via smartphone on the same network when hosted locally

    https://www.b4x.com/android/forum/threads/b4x-pocketbase-open-source-backend-in-1-file.165213/#content If you develop with B4J with Pocketbase, then you simply enter the localhost address (127.0.0.1:8090) and reach the pocketbase api. xPocketbase.Initialize("http://127.0.0.1:8090") 'Localhost...
  2. Magma

    B4J Tutorial [B4J] A solution for SQL Brute force Protection

    Hi there, I want to share a tactic / a small guard for MySQL/MariaDB DataBases.. Well all we know that having a Database online and not in localhost is difficult to protect from brute force attacks / ransomware attacks... Well i ll give a little "pebble" to help others to think / different -...
Top