I found the source of my problem for SuperAgent (http://visionmedia.github.com/superagent/) in Firefox. Not sure if SuperAgent does this in its AJAX call or if FireFox launches it.
Essentially, every time I make an AJAX call, the OPTIONS method is launched before the actual AJAX call. Pretty annoying as the server does not currently support OPTIONS. How can I call if I’m going to iterate over and transcode the server?
thank
source
share