Post Reply 
RSS feeds...
Jan. 10, 2006, 05:22 PM
Post: #2
 
I think you'll need to use $FILTER(true) in a "Content-Type:" header filter to enable filtering of RSS.

Like:
Code:
[HTTP headers]
In = TRUE
Out = FALSE
Key = "Content-Type: Filter XML (in)"
Match = "(text/xml;*)\1$FILTER(true)"
Replace = "\1"

You may want to add a URL Match.

HTH
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RSS feeds... - ProxRocks - Jan. 10, 2006, 01:49 PM
[] - JJoe - Jan. 10, 2006 05:22 PM
[] - ProxRocks - Jan. 10, 2006, 05:54 PM
[] - JJoe - Jan. 10, 2006, 06:55 PM

Forum Jump: