– CookieΛ༻ͨ͠߹
Access-‐Control-‐Allow-‐Origin: * (ͯ͢ͷΦϦδϯ͔ΒͷΞΫη εΛڐՄ)
ͱ͍͏ࢦఆΛ͢Δ͜ͱ্༷ېࢭ͞Ε͍ͯΔɻ xhr.open( "GET", "http://other.example.jp", true ); xhr.withCredentials = true; xhr.onreadystatechange = function(){ if( xhr.readyState == 4 && xhr.status == 200 ){ div.appendChild( document.createTextNode( xhr.responseText ) ); } }; xhr.send( null );