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
Users might need custom headers. Especially, if you want to allow CORS. For example:
Access-Control-Allow-Origin: 'https://www.example.com'
Access-Control-Allow-Headers: 'cache-control'
This could be included in the server section of the config.xml
The text was updated successfully, but these errors were encountered:
This seems like a reasonable request. Is it acceptable for your purposes to add these headers to every response (error or success, GET, PUT or OPTIONS?)
Users might need custom headers. Especially, if you want to allow CORS. For example:
Access-Control-Allow-Origin: 'https://www.example.com'
Access-Control-Allow-Headers: 'cache-control'
This could be included in the server section of the config.xml
The text was updated successfully, but these errors were encountered: