I am trying to make a call to API from my localhost application which is registered for the keys
I am seeing below error
XMLHttpRequest cannot load http://api.amp.active.com/v2/search/?near=san+diego&radius=20&state=ca&curr...ge=10&sort=distance&exclude_children=true&api_key=m2ez4jqk2jnk583cmh6rf9ng. The 'Access-Control-Allow-Origin' header has a value 'http://www.active.com' that is not equal to the supplied origin. Origin 'http://localhost:50614' is therefore not allowed access.
how do I overcome this issue?
Message edited by dandelion 2 years ago
andrescruz – 7 years ago
Were you able to come up with a solution for this?
Please sign in to add a post.
I am trying to make a call to API from my localhost application which is registered for the keys
I am seeing below error
XMLHttpRequest cannot load http://api.amp.active.com/v2/search/?near=san+diego&radius=20&state=ca&curr...ge=10&sort=distance&exclude_children=true&api_key=m2ez4jqk2jnk583cmh6rf9ng. The 'Access-Control-Allow-Origin' header has a value 'http://www.active.com' that is not equal to the supplied origin. Origin 'http://localhost:50614' is therefore not allowed access.
how do I overcome this issue?
Message edited by dandelion 2 years ago
Tags
andrescruz – 7 years ago
Were you able to come up with a solution for this?