<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px">> Hi,<br clear="none"><div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" id="yui_3_16_0_ym19_1_1487259996084_48831" style="display: block;"><div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;" id="yui_3_16_0_ym19_1_1487259996084_48830"><div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;" id="yui_3_16_0_ym19_1_1487259996084_48829"><div class="y_msg_container" id="yui_3_16_0_ym19_1_1487259996084_48835">> great that purr-data is finally out.<br clear="none"><br clear="none">> I went back to this thread <br clear="none"><a shape="rect" href="https://www.mail-archive.com/pd-list@lists.iem.at/msg10518.html" target="_blank">https://www.mail-archive.com/pd-list@lists.iem.at/msg10518.html </a>which briefly touched on the topic of visualizing HTML pages inside purr data, but did not find the solution to my problem.<br clear="none"><div id="yui_3_16_0_ym19_1_1487259996084_49002"><br></div>> Using <iframe> seems to load local files just fine, but it does not load remote files: any src="<a shape="rect" href="http://website/" target="_blank">http://website</a>" attribute will display "localhost" and any src="<a shape="rect" href="http://website/pagenNotOnLocalhost" target="_blank" id="yui_3_16_0_ym19_1_1487259996084_50497">http://website/pagenNotOnLocalhost</a>" will give me a 404.<br clear="none"><div id="yui_3_16_0_ym19_1_1487259996084_50217"><br></div><div id="yui_3_16_0_ym19_1_1487259996084_50218">There's a setting you have to remove in the package.json file:</div><div id="yui_3_16_0_ym19_1_1487259996084_50312">  "chromium-args": "--proxy-server=http://127.0.0.1",<br></div><div id="yui_3_16_0_ym19_1_1487259996084_50331"><br></div><div id="yui_3_16_0_ym19_1_1487259996084_50332">I put that there because currently any network functionality happens from <br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_50408">the Pd process.  The GUI only makes a tcp connection to the Pd process and <br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_50409">that's it.</div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_50410"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_50517">If you remove that line then you'll be able to make network requests from the <br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_50550">GUI.  Also, Chromium will make whatever connections it thinks it needs to fetch <br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_50552">whitelists and whatever else it does to try to keep your machine from becoming <br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_50554">a solider in somebody's botnet.</div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_50584"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_50586">-Jonathan<br></div></div> </div> </div>  </div></div></body></html>