60 results matched your search criteria
Forum topic
OneSpan Sign
Hello, I am implementing signature for an iOs application, I am showing with WKWebView.
Forum topic
OneSpan Sign
I am trying to create a package using the REST API through my company proxy, using a system called TIBCO.
My understanding is that we need two types of security:
1. Basic authentication (using the API Key, that we have been given from Silanis).
2. SSL, using Silanis Certificate that downloaded from
Forum topic
OneSpan Sign
` var apiKey = "nulldev88";
$http({
url: "https://sandbox.esignlive.com/api/packages",
method: "GET",
headers: {'Content-Type':'application/json',"Authorization" : apiKey }
}).success(function (data, status, headers, config) {
console.log(data);
}).error(function (data, status, headers, config) {
c
Forum topic
OneSpan Sign
Hi all,
I am trying to implement SDK-11.33 to my current sprint boot application. But when I try to start the app I get the following issue:
Forum topic
OneSpan Sign
We are integrating ESignLive with our ASP MVC site.
Forum topic
OneSpan Sign
Hello, we have a scenario where we use ABCpdf to load a PDF document, populate form field values in the document and then use the document in an eSign package. When we try to send the package we receive a "Bad Request" response back:
Could not upload document to package.
Forum topic
OneSpan Sign
Hey guys,
I'm having some trouble logging in on the Sharepoint Online App.
I'm following this steps.
Forum topic
OneSpan Sign
Hi,
I'm using the Java SDK and trying to open the signing ceremony as the package owner (sender), when the package owner isn't a signer in the package.
Forum topic
OneSpan Sign
Hi all,
I'm trying to get to the bottom of an issue that is occurring with some of our PDF uploads (using multipart/form-data).