Mengatasi CORS

jalankan chrome web tanpa CORS Security dengan port sesuai debug pada android studio

contoh

chrome web pada port 50987

http://localhost:50987/
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" http://localhost:50987/ --disable-web-security

hanya saja tidak bisa print di terminal

Last updated

Was this helpful?