I have a site with admin reports secured under HTTPS. On these reports I have CSV exports attached, the views have exposed filters. I can filter the data view, then export it on 4 test environments (all without HTTPS/securepages) and get exactly what I filtered out in my CSV.

On the production site with HTTPS, the exported data does not filter at all from the main View.

I noticed that the feed icons do not have the query strings attached to them under HTTPS no matter what.

Some watchdog logs inside of theme_views_data_export_feed_icon() produced a link that the theme function returns, and it is complete with filters/query string attached to the View path URL. However, the output on the screen, the feed icon does not have it.

What am I missing here?

Comments

kevinquillen’s picture

I'll add to it that the Views preview has the query string attached to the feed icon.

kevinquillen’s picture

Status: Active » Closed (works as designed)