Code archives/Networking/-Please remove-
This code has been declared by its author to be Public Domain code.
Download source code
| |||||
| -cut- | |||||
-cut- |
Comments
| ||
| 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 |
| ||
| 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.... |
| ||
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