Tag: networking
Fixing failed port bindings – Junior Developer Handbook
Sometimes your application won’t start because it tries to bind to a port that’s already in use. IIS Express for example shows you this error notification: Fix 1 – Find the application using the port Open an administrative PowerShell and issue this command This will either show you an error if no application is using…
Cross-Site-Request-Forgery mitigation techniques
Learn how CSRF attacks work and how to stop them. Also covers which requests are considered to be same-site and same-origin.
IPv6
IPv6 is not new, it’s nearly thirty years old and implemented virtually everywhere but nobody seems to use it so why should you? Let me be clear: You will need to use it someday when a service you require does not offer an IPv4 fallback anymore. For this reason, it’s a whole lot better to…
Troubleshooting network issues – Junior Developer Handbook
Having issues connecting to a service? Start by making sure your network connection is working.



