Imperva RASP Now Supports .NET Core Apps for Security by Default

We at Imperva are proud to announce that we now support the .NET Core development platform, securing apps written in .NET Core with our industry-leading RASP solution. Support for .NET Core expands our market-leading, full-stack application security so… Continue reading Imperva RASP Now Supports .NET Core Apps for Security by Default

How do I login silently to multiple web applications without user being interrupted to keep their sessions active

We need to login to 20 – 30 different web applications and enter credentials to keep user active throughout the day. This needs to happen in the background on user’s machine without user being interrupted. What technology do … Continue reading How do I login silently to multiple web applications without user being interrupted to keep their sessions active

Should HTTP_COOKIE, __RequestVerificationToken, _RequestVerificationToken and .ASPXAUTH be kept secret?

Inside our ASP.NET MVC-4 web application, we have added the Elmah error logging, and I wrote a code to prevent the Elmah from exposing the user password inside the error file. But inside the Elmah error file, I can see other … Continue reading Should HTTP_COOKIE, __RequestVerificationToken, _RequestVerificationToken and .ASPXAUTH be kept secret?