I spend over an hour figuring out what was wrong with my add POST.. The normal way to do a HTTP POST, is to include the posted data (arguments) into the body, not the URL... I don't think it's mentioned that altough it's a HTTP POST, the data should be in the URL itself... Anyway, this is the first ...