i am trying to make cross domain request but server can not response with
Access-Control-Allow-Origin: *
i am trying to read response header. w
have you try this jquery crossdomain plugin?
another way is using jsonp as response type
jsonp
$.ajax({ url: "https://accounts.google.com/o/oauth2/auth", type: "POST", dataType: 'jsonp', ...