Ok,

Now it sounds (as inetw3 suggested) like you want a proxy.
If that's true then you don't need rebol plugin.
Rebol plugin is just going to make things more complicated
I think, since it's not very stable. It's more easy to
find a stable Rebol/Core and program it to act as a proxy.
The program will listen on a port (say 8080) for requests
from the client, pass the requests out on port 80,
get the results, process the results in some way, then
hand the result back to the client.

I did this a few years ago when I was mad at webpages
returning stark white backgrounds all the time.

So check out:
http://www.lexicon.net/antonr/rebol/web/no-white-web-proxy.r
based on webserver.r from the script library.
Also check out the latest incarnation of webserver.r at rebol.org.
That probably has some interesting differences from
the more than three years old version of webserver.r.

Regards,

Anton.

> Hi Anton and all you guys,
> 
> I took a look at this proposal and I think it won't work. AJAX is 
> basically DHTML + XMLHttpRequest and I got the feeling that it demands 
> commitment to this approach from the beggining of the design. I mean, 
> the original web pages need to be constructed in this way. As Google 
> Suggest and Google Maps. That's not my case. Let me try to state 
> it clearly:
> 
> *"I want something on the client-side (between browser and web server) 
> that can intercept the HTTP response (web page retrieved by the server) 
> and make some adjustments to the page (for example, inserting footnotes, 
> summarizing content, etc.) and, only then, delivers the changed page to 
> the browser for presentation. Just remembering: it gotta be client-side 
> programming, which means  I CAN'T change the original web pages of ANY 
> web server."*
> 
> Can Rebol do that? Another plug-in? Or a browser extension? Any Java 
> solution in client-programming?
> Hope you guys help me on that. Thanks for your attention!
> 
> Rodrigo

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to