Re: Post Form without referrer
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: Post Form without referrer

From: Alex <Al-ex@gmx.at>
Date: Thu Jun 30 2005 - 23:45:01 CEST

>
> > i know that you can send get-requests without referrer by using
> > document.location=....., but how can you do it with forms that use
> > post????
>
>
> Maybe by a page that doesn't exist... by opening a window, write()ing a
> document to it, and then posting from that document. Just a thought. I
> have no idea if it actually works.
>

thanks for your answer, christopher.

your idea sounds very interesting, anyone has ever tried this out, i
tried to open a new window with newWindow = window.open
("about:blank",...) and then write code into it with
newWindow.document.write("<form...."); but the referrer is the location
of the main-site. has anyone ever made a form that sends no referrer??
i need a guru *gg*

thanks
alex
Received on Tue Oct 18 02:50:32 2005