@ruby4leo wrote:
In Ionic 3 Angualar 5 application. The below MVC call is failing in Android 7 and above works fine in Android 5. Any guess why?
this.http.post(‘http://www.mymvcsite.com/controller/action’ +’?param1=val1¶m2=val2¶m3=val3’, null).pipe(
map(this.extractData),
catchError(this.handleError)
);
I am in doubt that because the site is insecure (http not https) the upgraded android versions must be preventing the call, but not sure if that is the cause, I am not android programming expert, please help.
Posts: 1
Participants: 1