Hello @r4ge 1) is there anything that UrlLoader can't handle, that you need http? 2) most probably mime.core was incorporated in the main dll, so you may try commenting out require "mime.core" inside mime.lua
@r4ge Ok I'v checked the source code and mime.core seems to be not included, will fix that in next version.
But in the mean time, if you are not using any mime specific functions, it seems to be working for me, when commenting out the
--local mime = require("mime.core")
inside mime.lua which you added to the project.
Copy pasting the code you provided it gives this response (tested on pc and Android device):
Status: OK HTTP code: 404 Response headers: date : Tue, 14 May 2013 06:22:10 GMT content-type : text/html; charset=utf-8 connection : Close content-length : 10 Response body: Not found
Comments
Secondly http is part of the socket library, so try to require the socket library or
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
1) is there anything that UrlLoader can't handle, that you need http?
2) most probably mime.core was incorporated in the main dll, so you may try commenting out require "mime.core" inside mime.lua
1) i need to take and save cookies.
2) look wrong and crush gideros player. I try example with real data from this: http://stackoverflow.com/questions/11167289/simulation-login-using-lua
Ok I'v checked the source code and mime.core seems to be not included, will fix that in next version.
But in the mean time, if you are not using any mime specific functions, it seems to be working for me, when commenting out the
--local mime = require("mime.core")
Copy pasting the code you provided it gives this response (tested on pc and Android device):
Status: OK
HTTP code: 404
Response headers:
date : Tue, 14 May 2013 06:22:10 GMT
content-type : text/html; charset=utf-8
connection : Close
content-length : 10
Response body:
Not found
Done dumping response
Thanks for that.
If you want to see crash Gideros Player just try this: