These days, basic authentication is very common while making any API call to authenticate the request. The basic authentication works with HTTP protocol to authenticate the client's HTTP request. How basic authentication works? In a simple HTTP request, the client sends the request to the server, and the server is[...]
In this tutorial, we will show you how to add hCaptcha in PHP forms. hCaptcha is the most growing CAPTCHA service which is the best and only one alternative of Google reCaptcha. As we know that Google reCaptcha is a widely used captcha service to prevent any kind of spambot[...]
Google has launched a new and enhanced version of recaptcha called Google reCAPTCHA v3. It gives more security against the spam bot or abuse in your web forms. Google reCAPTCHA v3 works on the basis of spam score which means that the reCAPTCHA v3 API returns the spam score of[...]
Google reCAPTCHA has now become one of the best solutions to prevent any kind of spam bot without any extra effort. The reCAPTCHA allows the user to make sure that he is a real human, and not any spam bot by clicking on the checkbox to validate. It is designed[...]
To have your app restfully is a good way to increase your app audience. REST API in CakePHP 3 with Mysql is an XML-based method to allow access to your app using HTTP headers. It is light, simple, and have well-organized formats that organize even a very complex application. CakePHP[...]
In this tutorial I am going to explain you how to parse data to your angular application using RESTful JSON or you can incorporate data using other API’s too, to do the following we are going to use $http service. Here we can parse data using RESTful JSON. AngularJS $http:[...]
Facebook page is the most popular social media platform in the world. Facebook provides various open-source API for developing many kinds of apps, games, social services functionality. I have used Facebook's own language named Facebook Query Language. To understand the below tutorial, you must have knowledge of Facebook application development[...]