Forum Discussion
Vishal_96707
Nimbostratus
Feb 11, 2009sharepoint "Export to Excel" not working
We have deployed sharepoint 2007 behind F5 LTM. Sharepoint uses a feature in which export to excel which is not working for us in HTTPS environment. Here is the info which i got export to excel featur...
hoolio
Cirrostratus
Feb 19, 2009You're correct about the stream profile. If you add a stream profile to the VIP all request and response payloads will be checked. I've opened a case with F5 and asked them to support more options so you can specify in the stream profile configuration whether you want to check requests and/or responses. It would also be ideal if you could specify response content types to check.
As it is, it's important to use an iRule to specifically enable the stream filter only when you want it. You can add a blank stream profile to the VIP and then use a rule like this to configure it:
when HTTP_RESPONSE {
Only check responses that are a text/x-ms-iqy content type
if { [HTTP::header "Content-Type"] starts_with "text/x-ms-iqy" } {
Configure the find/replace strings
STREAM::expression "@SharePointApplication=http://@SharePointApplication=https://@"
Enable the stream filter
STREAM::enable
} else {
Response isn't a type we want to check so disable the stream filter
STREAM::disable
}
}
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects