However, when I check my server logs (and FireBug), this is the header I am sending in my request:
Host : l45723:1802
User-Agent : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0
Accept : text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language : en-us,en;q=0.5
Accept-Encoding : gzip, deflate
Connection : keep-alive
Origin : http://l45723
Access-Control-Request-Method : POST
Access-Control-Request-Headers : authorization,content-type
Pragma : no-cache
Cache-Control : no-cache
Why isn't my authorization stuff included in the header?
Bookmarks