C# code to convert a relative URL into an Absolute URL
As part of the Foundations of Web Science Module, we were tasked to investigate the Web Graph by building up a crawler that goes through a page, extract links, follow these links and loop…and ultimately generate a graph showing each link as a node pointing to other nodes.
One of the minor obstacle we encountered was [...]