Hi,
I'm working on a mid-sized Cappuccino app and it is pure joy to use
this wonderful framework. Thank you guys so much!
Everything works like a charm in Safari, but I'm having some trouble
with Firefox. I did disable the fileuri setting for local
development.
I'm making a CPURLConnection to get some JSON from a Rails app. When I
use it with Firefox, it sends the "OPTIONS" HTTP command (shows up in
both firebug and the rails log) although I explicitly set it to "GET".
That is weird. This is my code:
http://gist.github.com/180314
I'm using the starter kit. Is this a known issue? Is there a way
around this?
Thanks so much!
- Johannes