I am redirecting user to the microsoft web page from my react app and passing extra query params with it (myValue) something like
oneDrive.live/extraCode/Doc.aspx?resid=A&cid=B&myValue=123
Now I have a microsoft addin created for powerpoint web(running in localhost as of now). Can I somehow get that value in my addin ? Since my addin is running in a different domain -
window.location.href
will not give me powerpoint url but the domain where addin is deployed.If not possible is there any other way I can get these values in my addin when I redirect from my application to powerpoint?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742359355a4429079.html
评论列表(0条)