PHP Form Submit Error
Friday, July 27, 2018 at 12:29pmGood day,
I am working on integrating the esignlive for pdf form applications. During my research I found this guide that seemed like would be exactly what we needed.
https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application
I tried to use it but ended up with the following error (seen attached).
Unauthorized Access
We're sorry. Your session may have expired. Please try again. If you receive this message multiple times, please contact support.
I made sure I had the most up to date code from the git repository and did test it cross browser but still had the same error come up. Thank you in advance for your help.
Reply to: PHP Form Submit Error
Friday, July 27, 2018 at 04:32pmReply to: PHP Form Submit Error
Sunday, July 29, 2018 at 06:31amReply to: PHP Form Submit Error
Monday, July 30, 2018 at 04:32amHi Marc, First, please note that that URL should keep the same with the one you use to log onto your WebUI. As OneSpan Sign has more environments than these two situations. For example, If I am using sandbox US v11 portal, I am using
https://sandbox.esignlive.com/a/login?destination=/a/dashboard
this URL to log onto my dashboard, so that my API URL should has the same prefix like :https://sandbox.esignlive.com
. Then if you still encounter the same problem, it's always suggested to test the REST function in Postman first as the attachment shows.(It's a REST call to create a basic transaction) And the request payload, you can use the following one:This payload includes the minimum fields in the request as previous post mentioned.
Reply to: PHP Form Submit Error
Monday, July 30, 2018 at 06:44amReply to: PHP Form Submit Error
Monday, July 30, 2018 at 08:55amHi Marc, One more thing, Haris had updated his code related to that blog, you can get the updated code from Github, here. And the following is a previous post talking about the same issue with you. https://community.onespan.com/forum/attempting-use-simple-php-web-application About this "can't find user with uid" issue, it's wired in your case as: 1. previous users they got this problem when using a wrong url, while you are using a correct one. 2.they receive this error(including me) with the uid of their account owner's Role ID, while in your case, you got your email address. 3.If the fourth screenshot is the response payload you receive for your account, that means you successfully created some packages already? 4.Again in the fourth screenshot, the Role ID, I considered it's your account owner's role id and checked in our backend system, but I couldn't find you in the US v11 sandbox environment. Can you share more information about your case with me? Duo
Reply to: PHP Form Submit Error
Monday, July 30, 2018 at 10:33amReply to: PHP Form Submit Error
Monday, July 30, 2018 at 11:06amReply to: PHP Form Submit Error
Tuesday, July 31, 2018 at 04:53amReply to: PHP Form Submit Error
Tuesday, July 31, 2018 at 05:00am