1 | initial version |
This is a dsiplay filter: http contains "content"
Replace content with whatever you are seraching. For example:
http contains "cnn"
will display all the HTTP requests/responses with cnn
I think it is case sensitive so be careful what you place within the quotation marks. Hope this answers your question.
2 | No.2 Revision |
This is a dsiplay filter:
display filter:
http contains "content""content"
Replace content with whatever you are seraching. searching. For example:
http contains will display all the HTTP requests/responses with cnn
I think it is case sensitive so be careful what you place within the quotation marks. Hope this answers your question.