| > I tried with almost every option an i get this error:
> Error: 'Unknown response structure' (-1) at
link
> IP:/PORT (from primary/primary)
Your server might not respond correctly - that is,
response without any HTTP header - this kind of thing
sometimes happend on bad servers :)
You can check this with a telnet command:
telnet <yourip> 80<cr>
Connected to XX..
HEAD / HTTP/1.0<cr>
<cr><cr>
And ensure that the server responded with proper
headers
| |