I’m using the app that I created to get a response from a web server.
I’m using the web component .get blocks.
It works properly on the AI2 emulator and on any browser on Android or PC. It just doesn’t work with the app. The error that comes up on the app is Error 1101 Unable to get Response from specified URL.
A connection is established and the data is being sent to the server properly. The response that the server is sending just doesn’t get recognized by the app like it does on a browser or the AI2 Emulator.
Here is the response text:
“HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n\r\n\r\nTest1 is good\r\n\r\n”
I tried it on a couple of phones with the same results.
I saw that others have had this same issue with no resolution. I have also have seen where others have used the same code as I’m using, and it works properly.
Is there a setting on my phones or in AI2 that might be causing this issue?
some of the tutorials I’m referencing are a couple years old. Is this possibly an AI2 update issue?
Any help would be greatly appreciated.