Quote:
Originally Posted by bluecar1
web wise's cookie handling is supposed to strip out the UID before passing the cookie to the website
so a server side swap of uid etc would not help
peter
|
perhaps something like this can help that ? anyone!...
http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?find=https+tunnel&form=yes
an HTTP/
HTTPS handler that transparently supports cookies
---------- Post added at 20:39 ---------- Previous post was at 20:33 ----------
Quote:
Originally Posted by pseudonym
They WILL leak if a site uses https: for any of its content, they are also expected to leak if a site uses a port other than 80, because Phorm have stated that they only process traffic on port 80.
They MAY also be accessible using client side javascript.
|
http://www.rebol.org/cgi-bin/cgiwrap...script=proxy.r
REBOL [
Title: "REBOL HTTP Proxy"
Date: 13-Jul-2001
Name: "Proxy Server"
Version: 1.0.0
File: %proxy.r
Author: "Sterling Newton"
Purpose: {This script serves many purposes.
1. Act as an HTTP proxy
2. See what your browser sends out as an HTTP request
3. Add data filters to remove Javascript pop-up windows,
remove banner ads, and more...
Uncomment line towards the bottom of the script marked for JavaScript
to enable JavaScript popup window death!!}
History: {
...
"
http://musiclessonz.com/rebol_tutorial.html#section-25