C# code to retrieve content from www.ipo.gov.uk
Budget: €8 – €30 EUR
I would like to have a working piece of code in .net c# which get the content of web page (HTML) in a string variable.
The URL is : https://www.ipo.gov.uk/p-ipsum/Case/ApplicationNumber/EP15192761.3
Note that the code should not use external libraries or components not part of the .Net framework except the two below :
HtmlAgilityPack
Newtonsoft.Json
If it could use the standard HttpWebRequest object, it is good.
It seems that the web page has some basic protection agains scrapping but not sure about it.
The URL is : https://www.ipo.gov.uk/p-ipsum/Case/ApplicationNumber/EP15192761.3
Note that the code should not use external libraries or components not part of the .Net framework except the two below :
HtmlAgilityPack
Newtonsoft.Json
If it could use the standard HttpWebRequest object, it is good.
It seems that the web page has some basic protection agains scrapping but not sure about it.