views:

9

answers:

0

Hi, we've got a SharePoint (WSS3) site where users use the multiple upload functionality in Office to upload documents. Users that have upgraded to Office 2010 can no longer upload multiple documents - each document is reported as failed. Our WSS3 site is locked down with urlscan, and one of the headers it is disallowing is 'Translate'. The Office 2010 upload component seems to include this header for some reason, so the upload requests are denied. Does anyone know why the translate header is included in the requests, and is there a way to tell Office 2010 not to use this header? Or is the only option to allow the header in urlscan?

Office 2010 upload request:

PUT http://someserver/Shared%20Documents/Test.docx HTTP/1.1 Accept: / Content-Type: multipart/form-data; charset=utf-8 Translate: F Accept-Language: en-gb Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3) Host: someclient Content-Length: 9927 Connection: Keep-Alive Pragma: no-cache Cookie: .ASPXAUTH= .....