This is a discussion on Re: [squid-users] header_access question within the Squid Users forums, part of the Web Server and Related Forums category; I just found out what the problem is, only I cannot solve it immediatly. the problem lies with that I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I just found out what the problem is, only I cannot solve it immediatly.
the problem lies with that I don't allow User-Agent headers. I want to allow User-Agent headers, but only from hotmail.com (or is it hotmail.msn.com). how can I achieve this? acl hotmail srcdomain .hotmail.msn.com header_access User-Agent allow hotmail this doesn't seem to work :( Best regards, Jan ----- Original Message ----- From: "Henrik Nordstrom" <hno@squid-cache.org> To: "Jan Van Nieuwenhove" <jan_vn@pandora.be> Cc: "Squid Users" <squid-users@squid-cache.org> Sent: Thursday, September 04, 2003 3:34 PM Subject: Re: [squid-users] header_access question > tor 2003-09-04 klockan 14.42 skrev Jan Van Nieuwenhove: > > > It has nothing to do with email itself but strict html. > > imagine a webmail site (like hotmail.com); > > If I compose and send an email from my hotmail.com account, I have the > > option to upload files which will be used as attachments in the email. Now, > > I do not have this option (to upload files to be used as attachments) ever > > since I enable 'paranoic' anonymous-mode in squid. Thereby I need the > > 'header_access <paramater> allow all' to allow me to upload files (a > > standard HTML tag, similar to a form, but with POST/GET or something, I am > > not an expert on the subject). > > > What happens when you try? There should be an error message returned, > what does this error message say? > > note: do not use MSIE as MSIE has the odd habit of not showing error > messages to the user, only abstract MS invented error descriptions > Microsoft thinks explain the error better than the real error messages.. > > Are you sure it is http_access causing the problem and not > request_body_max_size? > > Regards > Henrik > > -- > Donations welcome if you consider my Free Squid support helpful. > https://www.paypal.com/xclick/busine...quid-cache.org > > Please consult the Squid FAQ and other available documentation before > asking Squid questions, and use the squid-users mailing-list when no > answer can be found. Private support questions is only answered > for a fee or as part of a commercial Squid support contract. > > If you need commercial Squid support or cost effective Squid and > firewall appliances please refer to MARA Systems AB, Sweden > http://www.marasystems.com/, info@marasystems.com > > > |