• Sharon Xi
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
We have a plain javascipt and html app and would like to use connected app to embed into our saleforce org. We could not figure out how to get hold of the signed_request in post request body from the salesforce to our app. I'm just wondering if it's even possible? If it's possible, any example will be really appreciated!!! Thanks.
Hi, I built a simple asp .net application using MVC and tried to use Canvas to integrate to Force.com. But when I debugged in my application, the signed_request always returned null and the Request.HttpMethod was "GET" where I was expecting "POST". Can someone please help me?

Here is my code in my HomeController Index() method:

 string signedRequest = Request.Params["signed_request"];
Hi, I built a simple asp .net application using MVC and tried to use Canvas to integrate to Force.com. But when I debugged in my application, the signed_request always returned null and the Request.HttpMethod was "GET" where I was expecting "POST". Can someone please help me?

Here is my code in my HomeController Index() method:

 string signedRequest = Request.Params["signed_request"];