Changes between Version 1 and Version 2 of Ticket #12612, comment 5


Ignore:
Timestamp:
Feb 18, 2015, 4:19:49 PM (9 years ago)
Author:
Piotr Jasiun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12612, comment 5

    v1 v2  
    11If it can be handled on the server side we should do nothing. This ticket is only about changes which may (or not) be needed on the client side. According to this article: https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS we should check `withCredentials` parameter.
    22
    3 On the other hand user may overwrite `sendRequest` methods if he want to modify request (`withCredentials`). I think that the best choose is to add `withCredentials` example in the documentation.
     3On the other hand user may overwrite `sendRequest` methods if he want to modify request (`withCredentials`). I think that the best choose is to add `withCredentials` example in the documentation. In the general documentation should be short description what is needed to support CORS and in the `sendRequest` example how to set `withCredentials`.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy