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
Access to XMLHttpRequest at 'http://tools.wmflabs.org/montage-dev/v1/admin' from origin 'http://localhost:8000' has been blocked by CORS policy: The response is invalid.
We should allow it, so there is no need to set up database and run local app when client app is on localhost. As a security thing, we can add extra param with secret word that will be posted in GET/POST headers.
The text was updated successfully, but these errors were encountered:
Right now api is rejecting calls from localhost.
Access to XMLHttpRequest at 'http://tools.wmflabs.org/montage-dev/v1/admin' from origin 'http://localhost:8000' has been blocked by CORS policy: The response is invalid.
We should allow it, so there is no need to set up database and run local app when client app is on localhost. As a security thing, we can add extra param with secret word that will be posted in GET/POST headers.
The text was updated successfully, but these errors were encountered: