Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: specifying a port


Message #1 by "Phil Perks" <philp@w...> on Sat, 29 Apr 2000 13:22:8
In case you haven't found this out already the problem is that the correct 
form for an URL is:

protocol://server_domain_name:port_num/path/filename

rather than:

protocol://server_domain_name/path/filename:port_num

as given in the book.

Trevor

  Return to Index