Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4828

Ember Cli No 'Access-Control-Allow-Origin' header is present on the requested resource?

$
0
0

@vinothwindows47 wrote:

Hi ,

I am using Ember cli 2.3.0 and Ember data latest version . My Ember client is running http://localhost:4200 .

I want to access server url http://xxx:8777 .

How to Access it ?

My Adapter/application.js :

export default DS.RESTAdapter.extend({ host: "http://xxx:8777",

pathForType: function(type) {
	return "getuserlist";
}

});

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4828

Trending Articles