[Solved] Postman not working on Ember with back-end JSON API
[ad_1] As figured out in comments you were messing up Postman with developer tools of browser. While Postman is great to debug and test REST APIs, it can’t be used to inspect single page applications (SPA) running in browser window. Postman is it’s own application and does not interfere with your ember.js web application which … Read more