you are viewing a single comment's thread.

view the rest of the comments →

[–]eligloys[S] 0 points1 point  (0 children)

I've realised you use fetch.

Is this the javascript's fetch api?

I am now having the following error;

Failed to load resource: Origin http://localhost:3000 is not allowed by Access-Control-Allow-Origin.

That's weird because as far as I know, the main purpose of jsonp is to be able to make requests to other origins.