Click here to Skip to main content
15,884,298 members
Everything / Web security

Web security

web-security

Great Reads

by STalha.Munir
This article explains the security concerns in respect to URLs with plain ids and unique identifiers and presents a solution using custom attributes in ASP.NET MVC 5.
by Arthur V. Ratz
A Simple Web Application User Authentication Project using Passport.js And JSON Web Tokens (JWT) explained
by BenScharbach
Trick of using @Helpers in @Helpers in ASP.NET Razor
by Pragmateek
This article will give you more concrete information, mainly source code, if you need to implement a web API binding in .NET using the C# language.

Latest Articles

by Arthur V. Ratz
A Simple Web Application User Authentication Project using Passport.js And JSON Web Tokens (JWT) explained
by Potjamarn Arpornratn
The code below is a sample Python snippet that will connect to host (eg. any www.host.com) at specified port (eg. 443), download certificate chain from host, and store them on the specified cert_file_pathname location.
by Bryian Tan
This article shares the idea on how to utilize free tools to download log files from server, upload IIS log files into the database, display the results and compare the baseline and production files.
by Yaseer Mumtaz
MEAN Stack, Development Environment Setup, Expressjs APIs Development & Testing

All Articles

Sort by Score

Web security 

30 Apr 2013 by BenScharbach
Trick of using @Helpers in @Helpers in ASP.NET Razor
10 Oct 2015 by InvisibleMedia
This tip shows an overview of how to send and receive something securely over the internet without SSL
23 Feb 2019 by Potjamarn Arpornratn
The code below is a sample Python snippet that will connect to host (eg. any www.host.com) at specified port (eg. 443), download certificate chain from host, and store them on the specified cert_file_pathname location.
15 Jan 2013 by Tharaka MTR
Article provides details about Mod 10 algorithm and how to validate a credit card number with mod 10 algorithm using C#.
13 Apr 2014 by Sarvesh Kushwaha
This tip describes what exactly is Heartbleed bug, how to exploit it and solutions of this bug.
19 Mar 2015 by Yaseer Mumtaz
This tip contains securing Web or App config sections in C# with code snippets.
23 Oct 2013 by Chaitanya Kolla
Adding the WS-Security Header to a request using the WCF bindings
16 Mar 2017 by Arthur Minduca
Developing Secure Web Applications: XSS Attack, the Confused Deputy and Over-Posting
31 Oct 2014 by Shivarajbk
This tip explains how to write RESTFUL WCF service for Android applications.