|
Hi All, I have solved the HTTP Redirector (Transparent Proxying) problems I was having myself. With some help of Tom and the replies above. My configuration is now: - The HTTP Redirector is setup to redirect al requests to local web proxy service (this is under Extensions -> Application Filters) - Make a new Protocol Rule. Action=allow, Protocol=http, Schedule=always, Appliesto=My Local Intranet (or set it to 'Any Request'). (This is under Access Policy -> Protocol Rules) - Make sure the standard 'Site and Content' Rule is in place : General:Enable, Destination:All destinations, Schedule:Always, Action:Allowed, Appliesto:Any Request, HTTP Content:All Content Groups. (This is under Access Policy -> Site and Content Rules) and last but not least!: - On the tab 'Outgoing Web Requests' do -not- use 'Ask unauthenticated users for identification'. Why not? When you use the HTTP Redirector you will loose all the authentication send by the client, this is stripped of the request. So the request is anonymous and can't identify itself and then you get the 12202 url denied error. (This is under Servers and Arrays -> <machine-name> -> right mouse click -> properties) This works fine for me. Hope it helps for you. Arthur.
|