(This is a guest post by Antoni Sawicki aka Tenox)
Thats right, the new beta version of Web Rendering Proxy runs natively on Windows. Single EXE, no libraries or dependencies required. Only Chrome Browser.
I took a Internet Explorer 1.5 for a spin today while WRP was running on my Windows 10 PC. Worked just fine.
I have added Prev/Next buttons so that you can easily “scroll” through long pages.
ISMAP support has been added, proof:
You can download a preview build on github.
Confirmed it builds and runs properly under Windows 10.
Obligatory screenshot – https://imgur.com/tlPhhfr – Netscape 1.22 under Windows 10.
Extracted setup files ready to run Netscape on https://drive.google.com/file/d/1LER8_qr4-AeDWw1p4Su4wZzBCZ-vQ2Mc/view?usp=sharing
Awesome thank you! Can you also check the latest update and ISMAP support? Note that for ISMAP you need to supply WRP’s own address/port so that absolute URLs can be constructed. Otherwise you will be redirected with meta-equiv redirect. But you can try it too I guess.
Yeah no worries, built and ISMAP was working. ISMAP with -i worked properly, and the meta-refresh also worked without it.
https://imgur.com/zrtyfik
Nice thank you! If you encounter a site that hangs during loading, re-download the binaries. I pushed a small update that fixes it.
Also I just found out how to obtain server address on wrp side so -l flag is no longer needed.
Wow that takes me back to 2010, where I developed a software with the same concept.
My school back then had a very restrictive proxy and people wanted to browse the full internet.
My software just loaded a page, made a picture from it, sent it to the user, took keyboard input for input fields and clicked where the user clicked. Simple and I charged 1€ per month per user, so I had this going for me.
Wow thats cool. What happened to it? I would like to see it! I’m also thinking about modifying WRP to operate in mouse point in click mode instead of enumerating hrefs. Also there is a public service like this called pcidae.net, perhaps others too.
It was really basic with the server & client written in Pascal/Delphi with a very plain TCP protocol. The server just took a screenshot (whenever there as a key or mouse button pressed on the client) of the entire browser window and cropped the unnecessary things out. The client took the jpg from the server and displayed it.
Rather embarassing what I did back then!
Regarding mouse click vs. enumerating hrefs: Why not both? Keep up the good work.
This isn’t embarrassing at all! Pretty awesome for back then actually! I would love to see that! Any chance you could open source it?