Note that the Common Notification URL uses HTTP POST, where the data is sent rather like an HTML form submission (rather than HTTP GET, where the data is appended to the submission URL in a string like ?name=value&name2=value2&...etc....). By saying your URL is a page with some code in it (presumably PHP or suchlike), that makes me think you were expecting GET rather than POST.