Yahoo Finance

KOSTENLOS
Durch enclout | Aktualisiert a month ago | Finance
Popularität

0 / 10

Latenz

14ms

Service Level

0%

Health Check

N/A

Zurück zu allen Diskussionen

Not allowing access with API key

Rapid account: Mding 5692
mding5692
9 years ago

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 years ago

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen