You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have an issue with cors (cross domain )request . I need to fetch data from rest api which are deployed on other domain from my nativescript angular app. Is there any way to enable cors in nativescript app ? (like we can use "Allow-Control-Allow-Origin: *" plugin for Chrome) . Please don't suggest me to enable cors from server side as I don't have permissions.
The text was updated successfully, but these errors were encountered:
Hi,
I have an issue with cors (cross domain )request . I need to fetch data from rest api which are deployed on other domain from my nativescript angular app. Is there any way to enable cors in nativescript app ? (like we can use "Allow-Control-Allow-Origin: *" plugin for Chrome) . Please don't suggest me to enable cors from server side as I don't have permissions.
The text was updated successfully, but these errors were encountered: