Check that the tab/canvas URL is EXACTLY the same as required. If there is a redirect to another page, then the signed request and other values will not be sent. You can check using a browser sniffer. If a call to the page responds with a 300 (301, 302, etc.) redirect, then you need to change to what it redirects to.
Examples:
https://example.com/ may need to be https://www.example.com/ (add www., or remove www. depending on how server is set up)
www.example.com/ may need to be www.example.com/index.php (add index.php, or the right page).
Check you are using http:// and https:// correctly in the URLs, and that https:// returns a valid page.