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
{{ message }}
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
CORS is not supported on some older browsers, but unless XHR (Ajax) support in IE8 and below is a priority for the API, there are good reasons (complexity, security) to avoid adding it altogether. In other words, no JSONP without good reason, and CORS defaulting to on.
The text was updated successfully, but these errors were encountered:
This is a good reminder that this is an expression of what we do more than saying what everyone else should do. 👍 to that, feel free to make the edit if you like.
As recommended in WhiteHouse/api-standards#14, and by others, CORS is a far superior replacement for JSONP.
CORS is not supported on some older browsers, but unless XHR (Ajax) support in IE8 and below is a priority for the API, there are good reasons (complexity, security) to avoid adding it altogether. In other words, no JSONP without good reason, and CORS defaulting to on.
The text was updated successfully, but these errors were encountered: