Howto Disable header filter "Content-Type: 1 Manage listed Types" through List
|
Mar. 13, 2012, 07:51 PM
Post: #2
|
|||
|
|||
RE: Howto Disable header filter "Content-Type: 1 Manage listed Types" through List
I think something like
Code: ## force specified content-type $SET(hRealCT=IncEx: cont/type) is required. However, let's examine the problem. The site is sending a content type header, "application/javascript", that the Proxomitron does not filter by default. So the set changes it to "text/javascript", which is filtered by default. So when you disable "Content-Type: 1 Manage listed Types 07.11.08 [sd] (d.r) (In)", you are not filtering the site's "application/javascript" files. This may be just fine and if it is you could add a entry to bypass some or all of the site's js files. If you enable "HTML Debug info", clear the browser's cache, and click "Show ?? Scripts" in the set's menu, you may be able to see what the filters are breaking. HTH |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Howto Disable header filter "Content-Type: 1 Manage listed Types" through List - fpout - Mar. 13, 2012, 12:47 PM
RE: Howto Disable header filter "Content-Type: 1 Manage listed Types" through List - JJoe - Mar. 13, 2012 07:51 PM
RE: Howto Disable header filter "Content-Type: 1 Manage listed Types" through List - fpout - Mar. 14, 2012, 02:46 PM
RE: Howto Disable header filter "Content-Type: 1 Manage listed Types" through List - JJoe - Mar. 14, 2012, 03:20 PM
RE: Howto Disable header filter "Content-Type: 1 Manage listed Types" through List - fpout - Mar. 19, 2012, 09:43 PM
RE: Howto Disable header filter "Content-Type: 1 Manage listed Types" through List - JJoe - Mar. 19, 2012, 10:54 PM
|