We are trying to redirect one of our (latest D8 version) site URLs with UTM Params to the non-drupal Destination site. The Drupal8 site is hosted in Acquia. Because there are 2000+ URLs of the site to be redirected we are using .htccess redirection for flexibility. There are some changes from source URLs to destination URLs so we can't use regular expressions.
Let us know if there is a way to retain the UTM Params if site hosted in Acquia (Varnish enabled by default) so we can try the option. We already disabled Drupal Cache from the backend.
I have created a block for article nodes listing(only those which have a certain taxonomy tags). However, when I am adding a iframe in the node's body field, it is not getting rendered on the listing block while it is rendering on the node full view.