Frederic Beuserie wrote:
>
> iframe.setSource("http://www.test.com";) is working well but i cannot
> manage to put a full uri like "http://www.test.com?p1=v1&p2=v2";.
>
Have you tried "test.com/"? The web server may be (internally or explicitly
using HTTP 300 status codes [1]) redirecting your
xdoo-devel@lists.sourceforge.net
Betreff: [qooxdoo-devel] qx.ui.embed.Iframe().setSource and GET HTTP
Hi,
using qooxdoo stable (0.7.3)
iframe.setSource("http://www.test.com";) is working well but i cannot
manage to put a full uri like "http://www.test.com?p1=v1&p2=v2";.
the frame
Hi,
using qooxdoo stable (0.7.3)
iframe.setSource("http://www.test.com";) is working well but i cannot
manage to put a full uri like "http://www.test.com?p1=v1&p2=v2";.
the frame is as if there is no GET part. no error (client and
serveur). the rightmost part is simply not passed to the webserve