Hi thunk gurus,
I came across this issue using the WEB API to access websites for the purpose of parsing specific information within the HTML. On the live test with the mobile phone, it worked well. But while I was to create a web-app, and tested it. I always give this in the error block, with no response:
" The website or service provider you are trying to reach does not support HTTPS requests."
Tried with many websites URL and it still gave the same results using web-app. Only those URLs that return JSON format works and all those with HTML returns the above message. On the phone, everything worked well.
Is there any other way to allow the web-API responses to read HTML on the web-app implementation?