Post Reply 
Filtering POST data
Nov. 09, 2004, 10:49 PM
Post: #2
RE: Filtering POST data
Guest;

Welcome to our forum! Hope you like it well enough to register and join in.

Quote:Is there a way to filter data sent by the browser but not in the headers (POST variables etc) ?

Your question presents a conundrum. Browsers don't ordinarily send data, only requests that are part of the header. As you pointed out, even the POST mechanism (used to submit some kinds of form data) is buried in the Header. The only exception to this rule is where a form uses the GET method of submission - then there is a block of data that is not part of the request Header. This also explains why we can control the Incoming and Outgoing Header filters separately (toggle them on or off in the main Proxomitron window), but there's only one kind of Web filter to control.

Your question asks "How can we make Proxo filter outgoing data?" My question in rejoinder is "what outgoing data?" Can you give us more details, please?

However, it's also possible that I have mis-read your intent. (Which is par for the course, knowing me. Sad ) If so, feel free to set me straight. :o B)


Oddysey

I'm no longer in the rat race - the rats won't have me!
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Guest - Nov. 09, 2004, 04:02 PM
RE: Filtering POST data - Oddysey - Nov. 09, 2004 10:49 PM
[] - Guest - Nov. 10, 2004, 05:21 PM
[] - Oddysey - Nov. 11, 2004, 11:07 AM
RE: Filtering POST data - pooms - Nov. 15, 2004, 10:08 PM
[] - Oddysey - Nov. 16, 2004, 12:52 AM
[] - Oddysey - Nov. 16, 2004, 01:05 AM
RE: - cscat - Oct. 24, 2012, 04:30 PM
[] - Guest - Nov. 16, 2004, 05:15 PM
RE: Filtering POST data - pooms - Nov. 17, 2004, 08:06 PM
[] - pooms - Nov. 17, 2004, 08:40 PM
[] - Oddysey - Nov. 17, 2004, 09:28 PM
RE: Filtering POST data - Kye-U - Nov. 17, 2004, 09:32 PM
[] - Oddysey - Nov. 17, 2004, 10:05 PM

Forum Jump: