Ticket #12 (closed defect: invalid)

Opened 11 months ago

Last modified 10 months ago

FeedBack

Reported by: tukekex@gmail.com Assigned to: gotoh
Priority: major Component: SOCKS
Version: 2.0 Keywords:
Cc:

Description

Hello, I have used the program and it has worked well in some cases. However lately I have had some problems, when I try to access a host destination that has for example a (/) in it, the program sends me a connection error message. This is because I need to access pages that have /index.php for example. Here is an Example of what happens:

With this sentence I connect perfectly:

connect.exe -d www.gestalt.es 80

With this sentence I cannot connect:

connect.exe -d www.gestalt.es/ 80

(Error resolving host name).

Can somebody help me with this?

Attachments

Change History

01/12/08 02:11:53 changed by anonymous

  • status changed from new to closed.
  • resolution set to invalid.

your getting confused with a url and a hostname. A url contains a hostname but a hostname can't include part of a url. In a url the bit after the hostname (in your example /index.php), is not used to connect to the host. It is sent to the host after connecting to retrieve the page in the connection itself.

After connecting with: connect.exe -d www.gestalt.es 80

Try then typing: GET /index.php HTTP/1.0

Followed by 2 carriage returns, you should get your page.


Add/Change #12 (FeedBack)




Change Properties
Action

 
login