|
Posted by shimmyshack on 06/26/07 03:28
On Jun 26, 4:01 am, shotokan99 <soft_devj...@yahoo.com> wrote:
> hi,
>
> i was given a query string :http://mywebservice.com?url=<xurl> where
> xurl=is a valid url. now what the query string does it will display an
> xml on the page. like this one:
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <response...>
> .
> .
> .
> </response>
>
> how can i trap the response using curl?
have you tried the manual page for cURL, there are a large number of
examples of how to GET a page using cURL for every circumstance
(including but not limited to SSL)
Navigation:
[Reply to this message]
|