Hi! I have a complicated setup, where i need to accept the authorization of the downstream proxy. It is being sent with basic authorization. I use basic_fake_auth to accept it in any case. That works fine, but the problem is that the downstream proxy sends only "Proxy-Authorization Basic username_base64". How can i put a prefix on the squid for this user? Like domainname\username? (I will need it for Messagelabs...) Thanks, Attila