Re: not able to fetch the request




HP wrote:

> i am trying to send this url request by my perl cgi script but i am not
> able to do it , i am getting tthe error :"bad host name"
> while from the browser, i am able to get the page.

This probably means the name is not a public DNS name but is accessible
from the network where your browser is located. It is however not
accessible from the server where your CGI scripr is executing.

> the link is given below
>
>
> http://xx.xx.com/[ ...]

Yes, I can confirm that the domain name xx.xx.com does not resolve
here.

.



Relevant Pages

  • Re: MY PERLSCRIPT STOP BEFOR ITS NATURAL END
    ... The perlscript uses cgi to print ... Make sure the perl script reports errors to the browser ... I'd think about amending the Perl CGI script to fork a background process to do the file import. ... I'd have a separate Perl CGI script to report on the currecmt state of progress ("started", ...
    (comp.lang.perl.misc)
  • Bizar variable problem
    ... I have a simple html form that sends 3 values to perl cgi script. ... if I print the variables to the browser it ... have tried (IE, Netscape 7.1, Opera) it gives me this problem, which is ...
    (comp.lang.perl)
  • Re: Weird error after a configuration change
    ... script of mine called by another perl cgi script and every tiem the ... This is possibly a feature of the browser you are using. ...
    (comp.lang.perl.misc)
  • Re: Weird error after a configuration change
    ... As matter of fact i tried to pritn the referrrer var in every script ... of mine called by another perl cgi script and every tiem the result ... This is possibly a feature of the browser you are using. ...
    (comp.lang.perl.misc)
  • not able to fetch the request
    ... i am trying to send this url request by my perl cgi script but i am not ... while from the browser, i am able to get the page. ...
    (comp.lang.perl.modules)