Changes between Initial Version and Version 1 of Ticket #12612, comment 5
- Timestamp:
- Feb 18, 2015, 4:14:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12612, comment 5
initial v1 1 If 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. 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. 1 If 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. 2 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.