How can websites with URL traversal functionality protect itself from revealing its IP?

A good number of websites these days are not served directly over the internet, but through an intermediate providers, such as Cloudflare and Incapsula.

A basic premise of the security provided by these services involves not… Continue reading How can websites with URL traversal functionality protect itself from revealing its IP?

Should web applications that are only accessible from a LAN be held to the same security standards as publicly accessible websites?

Many security measures are intended to protect against hostile users who want to abuse the software or get access to content they don’t have permission to access. Things like CSRF protection, SQLi protection, TLS and many oth… Continue reading Should web applications that are only accessible from a LAN be held to the same security standards as publicly accessible websites?