Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: WWW-Mechanizer under windows

by blm (Hermit)
on Oct 27, 2005 at 04:35 UTC ( [id://503230]=note: print w/replies, xml ) Need Help??


in reply to Re: WWW-Mechanizer under windows
in thread WWW-Mechanizer under windows

When you telneted to port 80 did you try issue a

GET /index.html HTTP/1.0
following by two presses of the return key? Gettting a 500 Server closed connection without sending any data

back is consistent with telnet ipaddress 80 connecting but not sending any data.

Replies are listed 'Best First'.
Re^3: WWW-Mechanizer under windows
by Anonymous Monk on Oct 27, 2005 at 08:43 UTC

    Right.
    It seemed like the problem was that I specified a
    $mech->get("http://10.0.1.1") instead of
    $mech->get("http://10.0.1.1/index.htm")
    which is weird because on linux it worked just fine without the index.htm suffix...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://503230]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-29 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found