Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by taxista

  1. taxista

    How to connect to an url password protected?

    Hummm... well, trying not to do a long message I didn't write a sentence after this: stream =new DataInputStream(uc.getInputStream()); that calls a procedure that reads the DataInputStream :-) But as you say, this won't hellp outside a browser, and I am not using a browser. About the second...
  2. taxista

    How to connect to an url password protected?

    Thanks but... the first solution setAllowUserInteractionn(true), doesn't seen to work, at least, nothing different happens.(nor a pop up window...) And the other one...the setrequest...maybe I do not know enough of this yet, cause I do not know what key or value can be... This is part of the...
  3. taxista

    How to connect to an url password protected?

    Hi, I am doing a java program to conect to a web page that is password protected. I mean, the server asks me for a user and password to log to acess to that file. I am using the url.openconnection()method, and the url is in the shape http://user:password@host:port but I annot enter the page...

Part and Inventory Search

Back
Top