Hi. I export to Android APK not to my server. so its not https to https?
I will try to test it with this php code but I just checked the old project and it has the same "code" and loads the text file without any issues. But the new project does not load it. Both are made in C3, the old one is just a few weeks old.
So did something change in the last updates of Construct or the AJAX plugin?
If it works in the old project it should be the same in the new one? Ashley
/update: I try the code from the old project in the new one to see if the new construct update changed it.
/update2: I copied the code from the old project to load the working .txt file in my new project and it does not work. So it's a change in Construct to require HTTPS? :(
Thats the code for it:
+ System: On start of layout
-> AJAX: Request "http://www.mysite.com/folder/home.txt" (tag "url")
+ AJAX: On "url" completed
-> iframe: Navigate to AJAX.LastData