I'm using ajax to do a post to a java program I've written (that implements com.sun.net.httpserver.httphandler). I've got a problem that I can do the ajax call and see it get caught in the java program, however in Firebug, the response is empty. I'm using ajax to do a post to a java program I