cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: unable to Retrieve desired page

From: Alessandro Vesely <vesely_at_tana.it>
Date: Thu, 18 Oct 2007 11:41:37 +0200

Yedidi, Santhosh wrote:
>
> I have an URL
> http://wikimapia.org/#lat=22.609574&lon=88.502083&z=13&l=0&m=m&v=1
>
> When I use curl -v -L --url
> "http://wikimapia.org/#lat=22.609574&lon=88.502083&z=13&l=0&m=m&v=1" > 1.html
>
> it opens the page of url http://wikimapia.org/ but not that I am using (i.e
> http://wikimapia.org/#lat=22.609574&lon=88.502083&z=13&l=0&m=m&v=1)

Try
curl -d "lat=22.609574&lon=88.502083&z=13&l=0&m=m&v=1" http://wikimapia.org/
Received on 2007-10-18