List of methods to secure webapp | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

List of methods to secure webapp

Hi there! I would like to make/share list of methods which I can use to secure website application opened to internet. I know, we can see XSS, SQL Injections, clickjacling, etc. But, this is hacking methods, not the methods to secure my web for them. I think, we have two categories to sort them: 1) Programming side 2) Server-side (server configuration) Please share any idea or experience which you have, to secure your webapp. Thanks!

26th Apr 2019, 6:48 AM
Michal Dudek
Michal Dudek - avatar
1 Answer
+ 2
Now I can remember: 1) Programming side: - Prepared statement - Regexp in input field - Make refresh UID token to user SESSION 2) Sever-side - Secure webserver to NO output version and any kind of config. - SSL - .htaccess - Secure frames (HTTP headers) to prevent JavaScript clickjacking
26th Apr 2019, 6:53 AM
Michal Dudek
Michal Dudek - avatar