What happens when a content type gets recorded as a resource is that Loadrunner will push that type of file back into the EXTRARES section of your script, when recording in HTML mode, and it will be subjected to a runtime setting that allows the scripter to disable resource download.
Whereas if it doesn't get marked as such it will get it's own web_url() statement.
Changing that list is useful in cases where things get marked as a resource that really aren't resources. Most commonly I've seen that happen to AJAX calls that got misclassified somehow.
Whereas if it doesn't get marked as such it will get it's own web_url() statement.
Changing that list is useful in cases where things get marked as a resource that really aren't resources. Most commonly I've seen that happen to AJAX calls that got misclassified somehow.