onenote快照内网网页
onenote snapshot intranet webpage
是否可以使用 OneNote API
拍摄非 public 面向网站(内部网)的网页快照?
我正在使用 OneNote API
创建 OneNote
笔记本、页面和分区。它运作良好。不幸的是,当我使用 data-render-src
并将其指向 Intranet 网站时,它无法拍摄快照。该应用程序与我要捕获的网站位于同一个 Intranet 上。
示例HTML:
<!DOCTYPE html>
<html>
<head>
<title>A page with an image: Webpage capture zzzz</title>
<meta name="created" value="2015-11-11T12:45:00.000-8:00"/>
</head>
<body>
<p>This page displays an image of the webpage.</p>
<img data-render-src="https://intranet.website.com" width="800"/>
</body>
</html>
注意:我可以为 public 可访问的网站拍摄快照。
Webpage snapshot
说明
https://docs.microsoft.com/en-us/graph/onenote-images-files#add-a-webpage-snapshot
Image rendered from html
说明
https://docs.microsoft.com/en-us/graph/onenote-images-files#add-an-image-rendered-from-html
我认为不是 - OneNote aPI 服务器将无法访问该页面,因为它不是 public。您必须提取 HTML 并通过 API 发送它,而不是使用 data-render-src.
是否可以使用 OneNote API
拍摄非 public 面向网站(内部网)的网页快照?
我正在使用 OneNote API
创建 OneNote
笔记本、页面和分区。它运作良好。不幸的是,当我使用 data-render-src
并将其指向 Intranet 网站时,它无法拍摄快照。该应用程序与我要捕获的网站位于同一个 Intranet 上。
示例HTML:
<!DOCTYPE html>
<html>
<head>
<title>A page with an image: Webpage capture zzzz</title>
<meta name="created" value="2015-11-11T12:45:00.000-8:00"/>
</head>
<body>
<p>This page displays an image of the webpage.</p>
<img data-render-src="https://intranet.website.com" width="800"/>
</body>
</html>
注意:我可以为 public 可访问的网站拍摄快照。
Webpage snapshot
说明
https://docs.microsoft.com/en-us/graph/onenote-images-files#add-a-webpage-snapshot
Image rendered from html
说明
https://docs.microsoft.com/en-us/graph/onenote-images-files#add-an-image-rendered-from-html
我认为不是 - OneNote aPI 服务器将无法访问该页面,因为它不是 public。您必须提取 HTML 并通过 API 发送它,而不是使用 data-render-src.