You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of returnning response without CORS headers, my request is failed using axios.
I guess, it doesn't implement the OPTIONS method.
The error message below.
Access to XMLHttpRequest at 'https://pixe.la/v1/users/ryosms/graphs/<awesome-graph-id>/pixels' from origin 'https://my-awesome-app.example.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
The text was updated successfully, but these errors were encountered:
@ryosms
I checked the code, so as you pointed out, the routing of the OPTIONS method was missing.
I immediately addressed this and also deployed it. Can you check it to see if it's OK? 😄
Get graph pixels list
Because of returnning response without CORS headers, my request is failed using axios.
I guess, it doesn't implement the
OPTIONS
method.The error message below.
The text was updated successfully, but these errors were encountered: