Discussion Board
There are no previous messagesGo to the following message
Current Forum: Homework 5 General Forum
Date: Thu Nov 8 2001 3:57 am
Author: Cipriani, Jason A. <jac4@andrew.cmu.edu>
Subject: url connections

i have a question.

when you connect to a URL (via whatever of the connect methods you feel like using) in java, and the URL is in the form:

http://www.blah.com/x/y/z.html?a=b&c=d&e=f

will those parameters (a, c, and e) get passed on to the remote host, or will the java.net.* stuff truncate it at the ? before connecting?

jason
Post response

There are no previous messagesGo to the following message
Current Thread Detail:
url connections      Cipriani, Jason A.      Thu Nov 8 2001 3:57 am       
Re: url connections      Lee, Peter      Thu Nov 8 2001 11:07 am       

Back to previous screen