Operating System - OpenVMS
1828416 Members
3717 Online
109977 Solutions
New Discussion

Re: Checking a URL from OpenVMS

 
SOLVED
Go to solution
P. Fournier
New Member

Re: Checking a URL from OpenVMS

For running Oracle report with CURL, you have to replace the '&' by '+' in the URL

So your command line has to be :


$CURL http://ila.educ.gov.bc.ca/dev60cgi/rwcgi60?ila+report=DoNotDelete.rep+destype=cac
he+desformat=HTML

Note that DESTYPE=cache may not work in this case (you should replace it by DESTYPE=file and add DESNAME=)

Hope this helps.