Yahoo Finance

БЕСПЛАТНО
От enclout | Обновлено un mese fa | Finance
Популярность

0 / 10

Задержка

14ms

Уровень обслуживания

0%

Health Check

N/A

Назад ко всем обсуждениям

Not allowing access with API key

Rapid account: Mding 5692
mding5692
9 anni fa

Hey there, I’m using angular code to just grab some stock symbols:

$http.get('http://www.enclout.com/api/v1/yahoo_finance/show.json?auth_token=GxgszWXVoUmgG7fKmwer' ).
	success(function(data, status, headers, config) {
		$scope.stocksList = data;
	});

except each time it says:

No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://localhost:8000’ is therefore not allowed access.

Which i guess is a security measure meant to prevent me from accessing the data, but I already have an API key, whats going on?

Rapid account: Enclout
enclout Commented 9 anni fa

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии