Code archives/Networking/-Please remove-

This code has been declared by its author to be Public Domain code.

Download source code

-Please remove- by Trader35642008
-cut-
-cut-

Comments

DavidDC2008
I get this when I run it in OS X

HTTP/1.0 501 Not Implemented
Date: Tue, 19 Aug 2008 15:55:39 GMT
Content-Type: text/html; charset=UTF-8
Server: gws
Content-Length: 1343
Connection: Close


Stu_ovine2008
Thats probably because http://www.fantasaar.com is not longer valid and in fact the google page is also invalid........

Try

If http.Open("www.google.com") 
	'POST Example
	Print http.Get("/index.php")
End If



works a treat....


JoshK2008
Why does this crash?:
If http.Open("www.google.com") 
	'POST Example
	Print http.Post("/search", ["hl", "q", "btnG"] , ["en", "fantasaar", "Google Search"] )
	Print http.Post("/search", ["hl", "q", "btnG"] , ["en", "fantasaar", "Google Search"] ) 
End If
http.Close()



Code Archives Forum