angularjs - Problems migrating angular app from localhost to live server -


i'm stuck weird behavior of app. it's simple 'crud' application usual create, read, update , delete operations. have developed angularjs in localhost , working should. have published on live server, strange enough update , delete operations fail work. read , create: no problem.

console reports: 'failed load resource: server responded status of 403 (forbidden)'

i can't figure out why working on localhost, on live server read , create. update , delete fail. why there difference between localhost , live server? start search getting solution?

that means have grant permission. there nothing wrong in app. set 644


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -