Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

0 votes

Hey Duo,

We are developing bulk signing functionality using steps mentioned at this link https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/bulk-signing-signer

The first two steps of Signer Authentication and Session Token are obtained in the backend using API key. We would like to invoke the signed_documents API from the browser (using Session Token returned from the backend) . Please note we are still sending cookie value - ESIGNLIVE_SESSION_ID=${sessionToken}.

To implement this we are using XMLHttpRequest in our script. We face CORS error as we are hitting from our domain. However we are facing 405 method not found when the browser sends the CORS preflight request as it seems OPTIONS is not allowed. Would we need our domain whitelisted to allow cross domain?

Could you please suggest how could we call POST api/signed_documents from browser? 

Thanks

Aysha

 


Subscriptions

This user is not subscribed to any release notes.

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.