Maritest Wikia
Advertisement
Cat

test

1. Cross-domain Ajax

Example:

$.ajax({
xhrFields: { withCredentials: true }
});

Read:

http://stackoverflow.com/questions/10230341/http-cookies-and-ajax-requests-over-https/10249123

http://api.jquery.com/jQuery.ajax/

Advertisement