Skip to content Skip to sidebar Skip to footer
Showing posts with the label Security

Long Polling Server Principle (client Authentication)

Let's say that I have a long poll server which works as it should - when new client is connecte… Read more Long Polling Server Principle (client Authentication)

Include The Hyphen Into This Regular Expression, How?

I have this regex: var alphaExp = /^[a-zA-ZåäöÅÄÖ\s]+$/; This is for a name-field in a form vali… Read more Include The Hyphen Into This Regular Expression, How?

Why Do Browsers Allow Onmousedown Js To Change Href?

I've noticed for a very long time that when you try to copy a link location or open a link on F… Read more Why Do Browsers Allow Onmousedown Js To Change Href?

Securing Websockets

Right now our application is designed to facilitate all communication via websockets after the init… Read more Securing Websockets

Ember Best Practices For Loading Javascript/app Only After Authentication

Starting a new Ember app and was prepared to follow token authentication type structure for authent… Read more Ember Best Practices For Loading Javascript/app Only After Authentication

Html Tag Injection In Asp.net

My security team reported one html tag injection security issue for the below code function CloseP… Read more Html Tag Injection In Asp.net