Jump to content

HTTP: Difference between revisions

5 bytes removed ,  3 years ago
m
Updated URL.
m (Updated URL.)
m (Updated URL.)
Line 1,588:
<lang PureBasic>InitNetwork()
OpenConsole()
id = OpenNetworkConnection("rosettacodewww.w3.org", 80)
SendNetworkString(id, "GET /Home.html HTTP/1.1" + Chr(10) + "Host: www.w3.org" + Chr(10) + Chr(10))
Repeat
Cookies help us deliver our services. By using our services, you agree to our use of cookies.