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
CORS requests works fine on Chrome and ie>9. XDomainRequest are used in ie<=9, but cookies are not sent over these requests. So CORS should be an option of the framework in order to be able to use XMLHttpRequest on each cases when CORS is not needed.
The text was updated successfully, but these errors were encountered:
CORS requests works fine on Chrome and ie>9.
XDomainRequest
are used in ie<=9, but cookies are not sent over these requests. So CORS should be an option of the framework in order to be able to useXMLHttpRequest
on each cases when CORS is not needed.The text was updated successfully, but these errors were encountered: