I wrote a C# program that uses WebRequest and WebResponse to perform a simple web crawler. I discovered something about web sites. Web browsers such as IE and FireFox offer the capacity to view the HTML source code. But it seems that html code that is sent to the browser is one thing and what the browser interprets and displays is something else. For example, if you run a google search in IE and run the same google search in FireFox, the content that you can see when you view the source in IE will NOT have the hyperlinks and content from the search results, but you can see the html hyperlinks and content from the search results when you view the source in FireFox. So my question is this. How do you specialise the WebRequest and WebResponse to show the content after it is processed by the browser instead of before?
From the incredibly asinine idea of disposable AI datacenter satellites launching into low Earth orbit to building out yet another unnecessary mobile network, this con-man will do ANYTHING to scam investor suckers and get his stock prices up.
This stinks of panic to me. Good.
And they say Brits are better educated than Americans.
Seriously, mate, the American Empire built the Industrial Revolution -- specifically via the transport and exploitation of oil. Not the UK.
Whereas, the British Empire was built for centuries on the oceanic "spice trade" -- which "coincidentally" overlapped all of the places where Opium was grown, aka the world's only surgical grade anesthetic for ten thousand years. The British Empire was the first seagoing UPS (and even local dealer) of the Old World.
For what it's worth, all mining, processing, manufacturing, and distribution are becoming robotic in the near future. And it will then make sense for everything to be manufactured (by robots) on the continent where those products will be sold. So, while no humans will be involved, manufacturing will become local again one day.
PS Trump is a lying, fascist, ignorant, crooked, idiot **** who fearmongers the same racist, misogynist cowardly ###### used by charlatans, Nazis, and con-men going back tens of thousands of years. It's never been true.
Question
Complete
WebRequest and WebResponse has issues
I wrote a C# program that uses WebRequest and WebResponse to perform a simple web crawler. I discovered something about web sites. Web browsers such as IE and FireFox offer the capacity to view the HTML source code. But it seems that html code that is sent to the browser is one thing and what the browser interprets and displays is something else. For example, if you run a google search in IE and run the same google search in FireFox, the content that you can see when you view the source in IE will NOT have the hyperlinks and content from the search results, but you can see the html hyperlinks and content from the search results when you view the source in FireFox. So my question is this. How do you specialise the WebRequest and WebResponse to show the content after it is processed by the browser instead of before?
Link to comment
https://www.neowin.net/forum/topic/1114403-webrequest-and-webresponse-has-issues/Share on other sites
10 answers to this question
Recommended Posts