in reply to Re^2: how to troubleshoot a http::request 404 problem
in thread how to troubleshoot a http::request 404 problem

hmmm, that makes me think (at last...). I'll report back.

  • Comment on Re^3: how to troubleshoot a http::request 404 problem

Replies are listed 'Best First'.
Re^4: how to troubleshoot a http::request 404 problem
by lexthoonen (Initiate) on Feb 23, 2011 at 08:43 UTC

    well thanks to all of you, I now know the real problem wasn't in the code. It's a server thing; if i ping www.peng.es from the server that runs that piece of code, I get:

    ping www.peng.es
    PING www.peng.es.nl (212.78.185.192) 56(84) bytes of data.

    well, that peng.es.nl is weird and the ip is wrong too: should be 213.171.223.35

    So, I now know I look into that direction.

    Thanks, to all of you!