I noticed something weird when attempting to use inferHtmlResources() to automatically load static resources during my simulation.
While the static resources load fine, a bunch of additional requests are made to the / path on my target server.
I suspect that his might be due to my page containing a number of script tags that look like:
Is it possible inferHtmlResources is picking these up and loading them as / because they don’t have a src attribute? Is it possible to block this?