2016-09-29 244 views
1

我想知道爲什麼我的WOPI主機不被調用。我通過類似於HTML頁面啓動我的主機:WOPI主機不叫

https://github.com/Microsoft/Office-Online-Test-Tools-and-Documentation/blob/master/samples/SampleHostPage.html 

爲了測試目的,我只處理一個文件。

發現文件我使用:

https://onenote.officeapps-df.live.com/hosting/discovery 

看字文件鏈接:

<form id="office_form" name="office_form" target="office_frame" 
    action="https://word-view.officeapps-df.live.com/wv/wordviewerframe.aspx?ui=nb-NO&rs=nb-NO&dchat=1&IsLicensedUser=1&WOPISrc=http%3A%2F%2F138.68.127.245%3A8082%2Fcontext%2Fwopi%2Ffiles%2Fxyz" method="post"> 
    <input name="access_token" value="something" type="hidden"/> 
    <input name="access_token_ttl" value="0" type="hidden"/> 
</form> 

任何幫助表示讚賞! 當然,我寫這個時候我的服務器是可用的。

回答