hi,
all apps i’ve made so far, where done in a linux server. i’ve done php queries in the server side to return to my corona app json files so in the app i could do whatever i want to do with them.
now my question is, can i do the same in a windows server (never work with one before)? can i just:
network.request( "http://127.0.0.1/formhandler.aspx", “POST”, networkListener, params )
and the aspx file will return a json file like in linux?
if this is not possible, any solutions for this problem?