Basic Authentication Supported for plugins.http.getPageData?

From what I can tell the following URI is not supported by this plugin. Anyone have any experience/tips/tricks to suggest otherwise?

http://me:mypassword@servoy.com

I think this a browser url notation, its likly not supported in Java.

http plugin in Servoy 3.0 will support username/password on http gets in next build

I played with this more, and had an odd/better result…

It seems that in developer (mac os x 10.4.4 Servoy 2.2.2 Java 1.5), using the getPageData with a URI like http://me:mypassword@servoy.com does nothing except write a not found error to the log, but in client (again mac, same setup), I get a different result all together…

Client will ignore the me:mypassword bit of the URI and display a prompt for the user to enter their username and password to the secured realm. Who knew? It only does this once per session BTW, just like a web browser. Works great, but it would be nice to have the standard me:mypassword syntax be functional. But if I have to wait for 3 for that so be it.

Thanks

Servoy 3.0 http plugin will also work in 2.2.x
http://www.servoy.com/downloads/downloa … n/http.jar