@icarus_31 wrote:
Hi,
I am not sure this is the right category, so if you think it should go somewhere else, let me know.
My Ionic 2 app works with regular http, but **seems ** not working with https. I am saying "seems" because I need to try other things, but in the mean time, I wanted to know if I need to do something different than
this.http.get("https//:ipaddress/data.json")
if I want to connect to that https server.I am asking that because when using a regular web browser it will stop the communication and ask if I want to continue or not (Proceed to 10.97.222.210 (unsafe)). So, I guess I need to deal with that procedure. If so, how?
Thanks for your help.
Posts: 4
Participants: 2