In order to get special/reserved characters into a URL, you must encode them – to get an & to work, it must be encoded to %26.
More details here: http://www.w3schools.com/tags/ref_urlencode.asp
In order to get special/reserved characters into a URL, you must encode them – to get an & to work, it must be encoded to %26.
More details here: http://www.w3schools.com/tags/ref_urlencode.asp