I was failed to get data using Web component which the database reside in web hosting Hostinger.
I did not get expected data that I want, what I got is html script that explain "
The document has been permanently moved
.
When I tried to ask to my web hosting customer service, they ask me to ask this issue to MIT app inventor.
Thanks for this solution.
Actually my problem just solved by change the web address from http://x to https://x
My hosting seems expecting accessing database using https instead of http.
There was another problem for a few of record (specific record).
Got error "Webpage not available" at https://x.com/invquery.php?search=123 could not be loaded because:
net::ERR_HTTP_RESPONSE_CODE_FAILURE
I am using webviewer component to retrieve data.
For around 2 days my application working well.
But suddenly I got problem yesterday to retrieve a few record which is OK before.
I got error "Webpage not available. The webpage at https://x.com/invquery.php?search=123 could not be loaded because net::ERR_HTTP_RESPONSE_CODE_FAILURE"
We need to know about the type of data your app collects. Normally, the Web component would be used for data collection, not the WebViewer component.....
Now, the 'X' pages change very rapidly, you probably can't rely on a search - what is the real search (not '123')?