Recent Posts

Caution: Greetings to all visitors. The site is working in short. Links Please skip the link to view any topic and thank you for visiting
header ads

CORS problem, yahoo finance API

Hi guys,

I'm about to test the yahoo Finance API at home! (Yes I do this at home!)
I copied that script from rapidAPI and added cors-anywhere- proxy. However this does not work.
The yahoo expert said, quote: "I suggest that you wrap it in your own endpoint and call the endpoint later." What's the endpoint?

Thanks a million!

<script>
  const data = null;

  const xhr = new XMLHttpRequest();
  xhr.withCredentials = true;

  xhr.addEventListener("readystatechange", function...
Code (JavaScript):
CORS problem, yahoo finance API

from JavaScript https://ift.tt/2TV5Hlm
via IFTTT

Post a Comment

0 Comments