<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Web Rendering Proxy &#8211; Overdue Status Update	</title>
	<atom:link href="https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Tue, 13 Aug 2019 20:24:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Jonny Bravo		</title>
		<link>https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/comment-page-1/#comment-220513</link>

		<dc:creator><![CDATA[Jonny Bravo]]></dc:creator>
		<pubDate>Tue, 13 Aug 2019 20:24:14 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9524#comment-220513</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/comment-page-1/#comment-214115&quot;&gt;tenox&lt;/a&gt;.

Could you use Opera Mini servers for this? It will be nice to have a desktop browser that will work like Opera Mini on the Java phones.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/comment-page-1/#comment-214115">tenox</a>.</p>
<p>Could you use Opera Mini servers for this? It will be nice to have a desktop browser that will work like Opera Mini on the Java phones.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tenox		</title>
		<link>https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/comment-page-1/#comment-214115</link>

		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Wed, 29 May 2019 21:09:31 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9524#comment-214115</guid>

					<description><![CDATA[Cool to hear that! Maybe you can contribute to WRP ;) Thank you for the suggestions!
I did consider using webview / webkit but in the prototype I wanted specifically to experiment with Chrome Headless and the DevTools Protocol. I don&#039;t know if it&#039;s better or worse, this is why I&#039;m still prototyping. So far it works quite well so unless I encounter a major obstacle I will probably stick with it.
Yes I&#039;m considering full proxy mode, however the main problem is with HTTPS of course. While HTTP 1.1 capable browsers will usually issue CONNECT, this is not the case with the browsers I&#039;m targeting, which mostly are pre 1.1. At some point I will go through most of the old browsers and discover how they proxy HTTPS and see how to satisfy that. There are also browsers that do not even have https at all. A man in the middle may work for that. I think in the end WRP may offer both browser in browser and proxy modes.]]></description>
			<content:encoded><![CDATA[<p>Cool to hear that! Maybe you can contribute to WRP 😉 Thank you for the suggestions!<br />
I did consider using webview / webkit but in the prototype I wanted specifically to experiment with Chrome Headless and the DevTools Protocol. I don&#8217;t know if it&#8217;s better or worse, this is why I&#8217;m still prototyping. So far it works quite well so unless I encounter a major obstacle I will probably stick with it.<br />
Yes I&#8217;m considering full proxy mode, however the main problem is with HTTPS of course. While HTTP 1.1 capable browsers will usually issue CONNECT, this is not the case with the browsers I&#8217;m targeting, which mostly are pre 1.1. At some point I will go through most of the old browsers and discover how they proxy HTTPS and see how to satisfy that. There are also browsers that do not even have https at all. A man in the middle may work for that. I think in the end WRP may offer both browser in browser and proxy modes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: thiekus		</title>
		<link>https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/comment-page-1/#comment-214114</link>

		<dc:creator><![CDATA[thiekus]]></dc:creator>
		<pubDate>Wed, 29 May 2019 20:23:39 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9524#comment-214114</guid>

					<description><![CDATA[Hi tenox! Nice to see WRP still alive! I have used it to showing up to my friend that my old browser is capable to open modern webpage, hahaha. :D

As I&#039;m Go programmer, often coding for backends, I just have little suggestions:
* There was awesome webview library that fits in Go like this https://github.com/zserge/webview (not sure if this fits in, but could be your good candidate) :)
* And finally, if you decide make HTTP Proxy version too, this goproxy (https://github.com/elazarl/goproxy) may fits your needs. I have used to trap and debugging HTTP traffics and this one works well.]]></description>
			<content:encoded><![CDATA[<p>Hi tenox! Nice to see WRP still alive! I have used it to showing up to my friend that my old browser is capable to open modern webpage, hahaha. 😀</p>
<p>As I&#8217;m Go programmer, often coding for backends, I just have little suggestions:<br />
* There was awesome webview library that fits in Go like this <a href="https://github.com/zserge/webview" rel="nofollow ugc">https://github.com/zserge/webview</a> (not sure if this fits in, but could be your good candidate) 🙂<br />
* And finally, if you decide make HTTP Proxy version too, this goproxy (<a href="https://github.com/elazarl/goproxy" rel="nofollow ugc">https://github.com/elazarl/goproxy</a>) may fits your needs. I have used to trap and debugging HTTP traffics and this one works well.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/comment-page-1/#comment-214097</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 29 May 2019 00:34:23 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9524#comment-214097</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/comment-page-1/#comment-214094&quot;&gt;Bengo&lt;/a&gt;.

That looks pretty awesome to abuse!  tuntap/l2 bridging/slirp/HECnet/DOSBox IPX why the possibilities are endless!

Not that I&#039;d suggest using it to smuggle data, but it&#039;s certainly good for smuggling data.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/comment-page-1/#comment-214094">Bengo</a>.</p>
<p>That looks pretty awesome to abuse!  tuntap/l2 bridging/slirp/HECnet/DOSBox IPX why the possibilities are endless!</p>
<p>Not that I&#8217;d suggest using it to smuggle data, but it&#8217;s certainly good for smuggling data.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bengo		</title>
		<link>https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/comment-page-1/#comment-214094</link>

		<dc:creator><![CDATA[Bengo]]></dc:creator>
		<pubDate>Wed, 29 May 2019 00:11:51 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9524#comment-214094</guid>

					<description><![CDATA[Neo take a look at  this https://github.com/PiMaker/Teletun
IP over Telegram IM OMG]]></description>
			<content:encoded><![CDATA[<p>Neo take a look at  this <a href="https://github.com/PiMaker/Teletun" rel="nofollow ugc">https://github.com/PiMaker/Teletun</a><br />
IP over Telegram IM OMG</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/comment-page-1/#comment-214060</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 28 May 2019 11:00:31 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9524#comment-214060</guid>

					<description><![CDATA[This is the most significant software for preserving old machines.

You rock!]]></description>
			<content:encoded><![CDATA[<p>This is the most significant software for preserving old machines.</p>
<p>You rock!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
