fiddler packet capture file, the default solution css / js file does not show

When capture with fiddler, not displayed by default CSS / JS files. How to display css / js file it?

Solving steps:

1. Check the filters, find Request Headers, check the Show only if URL contains items, fill in the type of file to be displayed

REGEX:(?insx)/[^\?/]*\.(css|js|json|ico|jpg|png|gif|bmp|wav)(\?.*)?$

2. Perform Actions-> Run Filterset Now.

Published 37 original articles · won praise 124 · Views 140,000 +

Guess you like

Origin blog.csdn.net/zam183/article/details/103897563