From a33fba12177834ca064bece43f80e766dcf60220 Mon Sep 17 00:00:00 2001 From: harmony7 Date: Tue, 23 Apr 2013 10:06:10 +0900 Subject: Update README w/ info about withCredentials --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index cbb49db..a330340 100644 --- a/README +++ b/README @@ -112,6 +112,13 @@ Properties of Request Object: Explicitly set the transport to use. Default is transportType.Auto, which automatically chooses the best transport when the request is started. + withCredentials: boolean + If set to true, and the request will be a cross-origin request performed + over an XmlHttpRequest transport using CORS, then the withCredentials flag + will be set on the XmlHttpRequest object to be used. Use this flag if the + CORS request needs to have HTTP Cookies and/or HTTP Authentication + information sent along with it. + Retries: When a request fails at the transport level, or the request succeeds with an -- cgit v1.2.3