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
You right, we are not using CORS in our project.
I think you saw in our code a function related to it. Our idea was to pass by this function as a proxy and returning us the API without the restrictions. We decided to use it for a weather API at the beginning but we drop the idea as we were looking for API without keys, so can be hosted on GitHubPage and seen by everyone.
So actually, if we didn't already, we should get rid of this function 😉
I know cors is the optional third argument in your request function
Correct me if I'm wrong but all of your functions have two arguments though so do you need cors?
The text was updated successfully, but these errors were encountered: