How do I include special characters like @ and & in the cURL POST data? I\'m trying to pass a name and password like:
curl -d name=john passwd=@31&3*
Double quote (" ") the entire URL .It works.
URL
curl "http://www.mysite.com?name=john&passwd=@31&3*J"