About the author
For some reason, Internet Explorer and Chrome were unable to connect to any web sites, while Firefox was able to. It seems that there was a failure in WinHttp as well. I was able to ping www.google.com and www.microsoft.com.
Initial reboot of the computer didn't work as well. I then ran Fiddler, and when I used IE to browse www.google.com, nothing showed up on Fiddler, even though I've updated the proxy to point to Fiddler's 127.0.0.1:8888.
Then, I enabled both 32-bit and 64-bit WinHTTP logging like so:
and finally disabled it as follows:
After sufficient tracing, I found out that the winsock layer needed a reset:
followed by a reboot of the computer, and then everything started working.
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio
Learn the command line used to compile System.pas in Delphi
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.
Learn why the map is cool in Go!