Closed cuicp closed 8 years ago
Please have a look at following StackOverflow answers and also at this article.
If this is not enough or if an API change in DavidWebb is required, then please let me know. Of course you can also make a pull request :-)
I've updated current SNAPSHOT version 1.3.1.
You can now call:
Webb webb = Webb.create();
webb.setProxy(proxy);
webb.get(....)
see documentation of java.net.URL.openConnection(proxy)
how to create a valid proxy object.
it not support proxy?