Using a filtered HTTP for sharepoint sites assumes you know all of the sharepoint sites that users will be going to. This is not possible in my scenario.
I am using v 10.0.2 and don't seem to have a "block unknown content-type" and "unknown header" option in the http proxy. Any more suggestions?
Main Topics
Browse All Topics





by: dpk_walPosted on 2008-03-28 at 09:25:21ID: 21231812
There is a simple thing we can do to solve the problem, we can create a filteredHTTP service and allow outbound traffic from specific host or entire subnet to sharepoint website only. To do this we configure the service as below: bsite
FilteredHTTP
Incoming "Disabled"
Outgoing "Enabled and Allowed"; from specific-host-ip OR subnet-ip; to public-ip-of-sharepoint-we
This way only the sharepoint traffic goes through filtered-HTTP service and rest all traffic continues to go through the proxied-HTTP service.
One other thing which you can try doing is (if you not wish to add another service) is to uncheck "block unknown content-type" and "unknown header" checkboxes and see if that solves the problem (not sure if this would solve problem 100%, as there might be something more than just header and content-type.
Please let me know if you need more details.
Thank you.