Hello! I'm creating a server part for my mobile application on WebAPI and it uses non-standart port, so I have to define it in URL somehow. But if I simply include it in URL as follows:
var url = "http://localhost:34734/api/Profile"; var store = new qx.data.store.Jsonp(url, null, "CallbackParamName"); I get an error: "Uncaught SyntaxError: Unexpected token :" How is it possible to fix that case? Thanks! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Jsonp-store-including-port-in-URL-is-not-allowed-tp7585414.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
