Open yuriyua opened 7 years ago
I changed the url to https://www.seearound.me/mobile but it is not working.
http is still working.
weird... it works for me
Hmm, the problem may be on my side. Perhaps some headers. I'll see what is wrong.
ok, let me know if I should make any changes
@yuriyua https requests from web to web are different from mobile to web. We usually have Access-Control-Allow-Origin header issues. Normally, CORS is enabled on server side to cope with security issues. Have you enabled CORS?
Still not working. Do I need to include any specific headers? Auth headers etc.?
I am guessing there is some problem with your SSL settings on server side. See this question on stackoverflow: http://stackoverflow.com/questions/34672916/https-request-using-ionicframework-and-ngcordova?noredirect=1&lq=1
I tried it on iOS now where the browser is Safari. It worked alright. So, the issue is only with Android. Remember, we are using CrossWalk for android version which is a special browser designed to make browser based (hybrid) apps faster on android devices.
Let me know if I should make any changes
Has this been resolved / can I close?
No, its not working for Android yet.
@abdulhafeez Can you change the API urls schema to https?