Good day, How can I access my .json file from my localhost, I want to get and update it whenever I can from the app, but it appears that I can’t get my file from the localhost. I tried using PHP, but still it won’t let me access
my localhost URL is like this “http://some_ip_address._some._some”
What seems to be the problem, the html content is just a simple HELLO, and also the PHP is just a simple HELLO too, but the event.resposne always gives me, some long HTML code, and the PHP is just a 405 error.
Thanks in advance