Forum Discussion
SP_266134
Nimbostratus
8 years agoF5 vip unable to open PDFs
Hi guys,
In the web application when I click on link for pdf some pdf fail to open , either they are corrupted or failed to load pdf message occurs. I was able to download the pdf. Some time is am g...
JC_PH_325261
Nimbostratus
8 years agoHi you need to enable Content-Disposition on your VS. You need to create an iRule with this parameters.
when HTTP_RESPONSE { if { [HTTP::header exists "Content-Disposition"] } { HTTP::disable } }}
SP_266134
Nimbostratus
8 years agoI still have this issues after adding this I rules , not sure what is happening . I have enabled stream profile. I am still trouble shooting this.