Home > front end >  Web security factor to consider
Web security factor to consider

Time:02-09

Considering from the following aspects, but consider code is the premise of reliable enough to (tested),
1, path safety
Necessary access control each path, in order to prevent illegal users access to
2, the parameters of safety
Essential to validate all input parameters, prevent illegal data warehousing
3, the system stability
It is necessary to call the service layer and database access are abnormal capture
4, transmission security
Use HTTPS to ensure the safety of the transmission process
5, service security
If the volume is big system, it is necessary to consider the distributed and cluster

CodePudding user response:

  • Related