I am trying to send a GET message that contains strings with ampersands and can\'t figure how to escape the ampersand in the URL.
Example:
http://www
Try using http://www.example.org?candy_name=M%26M.
http://www.example.org?candy_name=M%26M
See also this reference and some more information on Wikipedia.