Archive for the 'ASP .NET' Category
Javascript http post data to new window or pop up
Thursday, July 8th, 2010
So was going through some legacy code to fix some security issues. One of them was there were links that were passing the data on url request. e.g NewFile.aspx?uid=1234 Rather than storing data in a session sometimes developers use shortcuts to do this, could be due to the pressure or time limit we have in [...]
Asp .NET Redirect To SSL HttpModule
Thursday, February 18th, 2010
There are tones of blog post out there on how to redirect http to https. As in when a user request for http://myserver.com/Login.aspx they will be redirected to https://myserver.com/Login.aspx One can do it with IIS but I find that way a bit ugly since you have create another site and set the 403 to redirect [...]