Consideration and discussion about HTTP servers security vs flexibility
reddit.com·14h·
Discuss: r/webdev

I’ve been a web developer for more than 25 years, and I have always loved the flexibility of HTTP servers: IIS, Apache, Nginx, Node.js etc. But in my last 5-10 years I’ve also struggled with them in terms of how they often lack in securing my web applications - a bit like the feeling, that they are better at serving than protecting my applications.

So this idea has been turning in my head for a couple of years without any real progress.

HTTP servers can handle a lot of different types of requests and also supporting a large variety of programing languages, .NET, PHP, JavaScript etc. for server-side programming. But none of them really care about the limited types of requests my web applications are developed to support.

So I typically have to guard all that with a separate appli…

Similar Posts

Loading similar posts...