<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Blob URL not displaying in iframe on ServiceNow Service Portal in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/blob-url-not-displaying-in-iframe-on-servicenow-service-portal/m-p/3204299#M2466</link>
    <description>&lt;P&gt;I have an internal company portal where live video streaming is taking place using a Blob URL. I am trying to integrate this video into the ServiceNow Service Portal by creating a custom widget. In this widget, I have used an iframe and inserted the Blob URL to display the video.&lt;/P&gt;&lt;P&gt;However, when I try to load the Blob URL in the iframe on the ServiceNow Service Portal, nothing shows up. To verify if the issue is with the iframe, I tested it with a YouTube video URL, and it worked fine.&lt;/P&gt;&lt;P&gt;Can you help me understand why the Blob URL is not displaying the video in the iframe? How can I handle Blob URLs within an iframe in ServiceNow Service Portal to ensure the video is visible?&lt;/P&gt;&lt;HR /&gt;</description>
    <pubDate>Wed, 12 Mar 2025 12:36:15 GMT</pubDate>
    <dc:creator>KapileshS</dc:creator>
    <dc:date>2025-03-12T12:36:15Z</dc:date>
    <item>
      <title>Blob URL not displaying in iframe on ServiceNow Service Portal</title>
      <link>https://www.servicenow.com/community/community-central-forum/blob-url-not-displaying-in-iframe-on-servicenow-service-portal/m-p/3204299#M2466</link>
      <description>&lt;P&gt;I have an internal company portal where live video streaming is taking place using a Blob URL. I am trying to integrate this video into the ServiceNow Service Portal by creating a custom widget. In this widget, I have used an iframe and inserted the Blob URL to display the video.&lt;/P&gt;&lt;P&gt;However, when I try to load the Blob URL in the iframe on the ServiceNow Service Portal, nothing shows up. To verify if the issue is with the iframe, I tested it with a YouTube video URL, and it worked fine.&lt;/P&gt;&lt;P&gt;Can you help me understand why the Blob URL is not displaying the video in the iframe? How can I handle Blob URLs within an iframe in ServiceNow Service Portal to ensure the video is visible?&lt;/P&gt;&lt;HR /&gt;</description>
      <pubDate>Wed, 12 Mar 2025 12:36:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/blob-url-not-displaying-in-iframe-on-servicenow-service-portal/m-p/3204299#M2466</guid>
      <dc:creator>KapileshS</dc:creator>
      <dc:date>2025-03-12T12:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Blob URL not displaying in iframe on ServiceNow Service Portal</title>
      <link>https://www.servicenow.com/community/community-central-forum/blob-url-not-displaying-in-iframe-on-servicenow-service-portal/m-p/3204317#M2467</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/828853"&gt;@KapileshS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what do you mean by blob URL?&lt;/P&gt;
&lt;P&gt;how does it look like?&lt;/P&gt;
&lt;P&gt;I doubt this is feasible within ServiceNow.&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 12:44:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/blob-url-not-displaying-in-iframe-on-servicenow-service-portal/m-p/3204317#M2467</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-03-12T12:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Blob URL not displaying in iframe on ServiceNow Service Portal</title>
      <link>https://www.servicenow.com/community/community-central-forum/blob-url-not-displaying-in-iframe-on-servicenow-service-portal/m-p/3204338#M2468</link>
      <description>&lt;P&gt;In simple terms, when a website or web app needs to show or use large files like images, videos, or documents, it can create a Blob URL that acts as a temporary link to that file, which is stored in the browser.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For example, if you're watching a video on a webpage, the video might not come from a traditional URL (like &lt;A href="http://www.example.com/video.mp4" target="_blank" rel="noopener"&gt;www.example.com/video.mp4&lt;/A&gt;). Instead, it could use a Blob URL, something like blob:&lt;A href="https://example.com/abc123" target="_blank" rel="noopener"&gt;https://example.com/abc123&lt;/A&gt;, that tells the browser to load the video data stored in memory.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;These URLs are not permanent or shareable (you can't send them to someone else), and they usually only work on the same page or session where they were created.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 12:52:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/blob-url-not-displaying-in-iframe-on-servicenow-service-portal/m-p/3204338#M2468</guid>
      <dc:creator>KapileshS</dc:creator>
      <dc:date>2025-03-12T12:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Blob URL not displaying in iframe on ServiceNow Service Portal</title>
      <link>https://www.servicenow.com/community/community-central-forum/blob-url-not-displaying-in-iframe-on-servicenow-service-portal/m-p/3342274#M4136</link>
      <description>&lt;P&gt;I ran into the same issue—blob URLs won’t render in an iframe due to browser security restrictions and lack of proper MIME type handling. Instead, I converted the blob to a data URL or used URL.createObjectURL() and passed it directly to a download or image element. For iframe content, it’s better to host the file and serve it via a trusted URL.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Aug 2025 16:04:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/blob-url-not-displaying-in-iframe-on-servicenow-service-portal/m-p/3342274#M4136</guid>
      <dc:creator>ashleyharve</dc:creator>
      <dc:date>2025-08-03T16:04:04Z</dc:date>
    </item>
  </channel>
</rss>

