These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Problem trying to make SSO work
OPTIONS /oauth/token HTTP/1.1Host: login.eveonline.comConnection: keep-aliveAccess-Control-Request-Method: POSTOrigin: http://localhostUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36Access-Control-Request-Headers: accept, authorization, content-typeAccept: */*DNT: 1Referer: http://localhost/?code=PWUWMBM1kuHRnYkOKIs4zwahYqTEL0WEv70beidQ54dsIvGJEtqtEFA3691fZqZq0Accept-Encoding: gzip, deflate, sdchAccept-Language: en-US,en;q=0.8,pt-BR;q=0.6,pt;q=0.4
$http({ url : 'https://login.eveonline.com/oauth/token', method : 'POST', headers : { 'Authorization' : 'Basic Nz[suppressed]' }, data : { 'grant_type' : 'authorization_code', 'code': userCode } });
XMLHttpRequest cannot load https://login.eveonline.com/oauth/token. The request was redirected to 'https://login.eveonline.com/Error/PageNotFound?aspxerrorpath=/oauth/token', which is disallowed for cross-origin requests that require prefligh
HTTP/1.1 302 FoundCache-Control: privateContent-Type: text/html; charset=utf-8Location: /Error/PageNotFound?aspxerrorpath=/oauth/tokenX-Powered-By: ASP.NETDate: Mon, 09 Feb 2015 22:11:24 GMTContent-Length: 163
Woo! CSM XI!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool
$http.post('https://login.eveonline.com/oauth/token', {'grant_type' : 'authorization_code', 'code': $location.search().code }, { headers : { 'Authorization' : 'Basic NzVhZTdhZjMxOWYxNDUwYzllMDdlNWZmODNl[truncate]', 'Content-Type' : 'application/x-www-form-urlencoded' }});