This is a demo page of currently thought features that are likely to be added to this program...

Also testing different ways to make choices available

HTTPGate Launch Page

Enter Destination URL

Go To:
HTTP Compability
Send Referer information
Receive Cookies (timeouts stripped)
Scramble hyperlinks
Stop GIF animations
Load images only from the same site page being viewed
Don't Send Host information (for testing)

HTTP Compability 1.0 1.1
Send Referer information yes no tricky
Receive Cookies (timeouts stripped) yes no tricky
Scramble hyperlinks no rot13 tricky
Stop GIF animations no yes
Load images only from the same site page being viewed no yes
Don't Send Host information (for testing) no yes

tricky in referer information means, that `Referer:' is sent when new page is in the same host that the referer page

tricky in receive cookies means, that `Cookie:' is sent to the client only if it is coming from the same host that the page being viewed.

For avoiding some kind of censorship, used hyperlinks can be scrambled with 2 methods: `rot13' is simple known routine. Method `tricky' uses a bit more complicated 3-way encoding-decoding method, which is difficult to notice by sensoring party (and the encoding constants used can be easliy changed in new httpgate releases).

Stopping GIF animations means, that incoming image/gif stream is checked and a significant information which tells that it is an animated gif is modified (I hope this is possible?)

The option of not sending host information is there that the behaviour of a web server can be tested.