skipping call to cdn in Gatling

I have a script that redirects and calls a cdn. Is there a way to “dodge” this call in Gatling?

The only way would be to globally disable following redirects.

ah, ok. But then other calls in the script would not be redriected and that is not good. Not a way to just skip redirects for a certain .exec ? (the .exec I have the call that leads to the cdn redirect call)

Why not call the redirected url directly? Is it possible to do that and not violate your test case?