While trying to retrieve the URL http://www.kat.ph/search/snow-patrol-shut-your-eyes/?categories%5B%5D=music using curl I am getting an error which says
curl: (3) [globbing] illegal character in range specification at pos 65
Why is that so ? while [ seems to be a perfectly valid character in the browser address bar ,how can i retrieve the same url in curl ?
You can use the -g option to stop curl from globbing itself. It will then pass the URL with [] to the server as-is.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With