FAQ Archives | Page 5 of 12 | Cloud-Based Platform AIONCLOUD

What is PKP?

A. The PKP(Public Key Pinning) and MITM(Man in the Middle) is the security technology to prevent attacks from the internet. It mapping the public key which stores in the client’s server and the public key received by TLS handshake while connecting to the server. If the mapping failed, the connection will be blocked

What is SLB?

A. SLB stands for Server Side Loadbalancing, which is a feature on WAF that load balances the web traffic from multiple servers. SLB will health check the registered server on WAF and only transfer traffic to healthy ones. If all servers are abnormal, the sorry page registered on WAF will respond or redirect to a Read more about What is SLB?[…]

What is Captcha Challenge?

A. CAPTCHA is a turning test to tell humans and bots apart. The application tests to see if the computer can recognize the information from a distorted image or not. While computers have hard time recognizing the information on the distorted image, it is not difficult for people to do so.

What is JS Challenge?

A. JS challenge is referred to JavaScript challenge. By inserting JavaScript on a web page to check whether it can be interpreted in web browsers. It will browse the page if the parsing script works normally.

Scroll Up