Dec 17, 2020
What is an Authentication Bypass?IntroductionApplications require some credentials for example Username, Email, Password, etc. To get access to the system.In general, authentication bypass is the vulnerable point from where attackers gain access to the system and they gain access to the user’s private information.they do whatever they want. they may block the users or they use the information in other ways.Authentication bypass vulnerability is generally caused when it is assumed that... more
1 like
Nov 26, 2020
Hello Friends,Welcome To Infinitbility!React native SQLite & React native SQLite storage provide an option (SQLite.deleteDatabase) to delete db file from user phone but if you call SQLite.openDatabase for deleted db then db file re-creates on user phone.if you want to completely remove the database then you have to delete the database from your project before the build.SQLite.deleteDatabase use for deleting previous used database from users mobile.before deleting the database check the... more
Sep 17, 2020
are you find steps to deploy react applications on the ubuntu server with setup guide? Then you are right page. let’s startIn this article, we set up a ubuntu server with a react environment, learn the react build process, and figure out some issues like after build getting a blank page, etc.https://infinitbility.com/deploy-react-application-on-ubuntu-apache
1 like
Sep 17, 2020
We set up Cloudflare for SSL, then the https URL starts working but HTTP is working as well (ie does not redirects to https) and this affects the SEO of our website.for redirect to https we are write code on our virtual host or .htaccess but cloudflare also provide option to redirect all urls to https.Here you get solution for how to setup “Always Use https URL” in... more
1 like
Sep 17, 2020
Today we are going to discuss how to manage dark mode without installing any package in react native with example.I read many articles about managing dark mode applications in react-native but no one can explain without package. then I write custom code for managing dark mode without any package and sharing with... more
Sep 17, 2020
we are going to integrate MIGS ( MasterCard Payment Gateway Service ) Or Also known as VPC ( Virtual Payment Client ) using PHP.https://infinitbility.com/migs-vpc-payment-integration-in-php
1 like