>Of course your command works, but we will still get an error in >http.get("http://lua.org") >because http is a nil value. I don't see http.get function in reference! So http.get is nil. Use http.request instead. Alex