I have a solid understanding of how AJAX works. My question is to get help eliminating road blocks I have overlooked; right now AJAX is returning error.
Here's what my event attempting to "read" a text file looks like:
Button: On Clicked ---> AJAX: Request "http://fileLocation/textfile.txt
AJAX: On completed ---> requestStatus.text: Set text to AJAX.LastData
AJAX: On error --------> requestStatus.txt: Set text to error
- I do have do CORS authorization on my web server
My web server is php enabled if that helps out.
Any thoughts? Thank you in advance for any help :)