Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
UrlLoader/nginx problem — Gideros Forum

UrlLoader/nginx problem

MagnusviriMagnusviri Member
edited August 2012 in General questions
I'm loading a file from Dropbox and it ends up containing this html:
html
head
title Welcome to nginx! /title
/head
body bgcolor="while" text="black"
center h1 Welcome to nginx! /h1 /center
/body
/html
If I open the url I'm downloading on the same device using Safari then I get the file, not this html. If I delete the file (using os.remove()) I still get this html. If I write over the file with giberish instead of event.data and then switch it back to event.data it is still this html.

I've searched the web for nginx and it is proxy software. I've turned off Wifi, I've connected to a VPN, I've verified my iPhone doesn't have any Proxy settings.

There is actually a web search hit on the Gideros forum relating to Countly.

http://www.giderosmobile.com/forum/discussion/comment/9433

Does UrlLoader use nginx? And is it going to someone else's server before it goes to the url we specify?

Comments

Sign In or Register to comment.