URLStreamHandler « JEditorPane « Java Swing Q&A





1. set userid in HTTP Request - URLStreamHandler, JEditorPane    coderanch.com

In my case the Authenticator object is not an option. We have a situation where another application will need to hit the same URL and cannot support handling a popup for authentication. So, I was researching the URL class and the setters their that allow the userid information to be included in the http request are not exposed. Also, the setPage() ...