HI Max,
The "var token" didn ́t save my " X-Access-Token" - Saved null
-------------------------------------------------------------
The command :
alert(jqXHR.getAllResponseHeaders());
Show:
Content-Language: en-US,en;q=0.8
Cache-Control: max-age=3600
Content-Type: application/json; charset=utf-8
Expires: Sat, 17 Mar 2012 20:25:57 GMT
-----------------------------------------------------------------
The command :
Tiggr('out').text(jqXHR.getResponseHeader('X-Access-Token'));
Show:
null
-----------------------------------------------------------------
I ́m trying in chrome
C:\Users\YOUR_USER\AppData\Local\Google\Chrome\Application\chrome.exe
--allow-file-access-from-files --disable-web-security
I have disabled the tiggzi proxy.
What am I doing wrong??????