Reputation: 31
Can anyone guide me how to implement WOPI for MERN Stack? I'm struggling in implementing it.
What I'm struggling at:
Validating WOPI PROOF
Implementing Request Headers
Upvotes: 1
Views: 1993
Reputation: 505
Basically you need few essential ingredients as per WOPI integration documentation:
Note I was also trying to find sample app out there on git or somewhere rather than going through the process of implementing everything from the scratch but couldn't find anything that looked good and at the end it didn't take that long. All in all if you reference sample C# app together with WOPI documentation and steps I put here you are good to go.
Upvotes: 5