I noticed this when analyzing wireshark. under thread group those requests are:
- homepage/Account/Login
- homepage/
- homepage/LiveAlarm and so on.
on wireshark there are some other requests that jmeter sends. but when i test this with browser, that requests wont be send.
after request 2) HTTP GET /Content/css?v=........... HTTP/1.1\r\n HTTP GET /Content/cus-css-plugins?v=......-..... HTTP/1.1\r\n HTTP GET /images/logo/logo.._...png HTTP/1.1\r\n and so on, totally 6 inintended requests are sent. there are not in the sampler list. and not sent when using browser.
the test script is recorded by blazemeter chrome plugin.
another unintended request HTTP GET /signalr/hubs HTTP/1.1\r\n is sent by jmeter, but it is also sent when using browser. because it is not in the sample list, the "Accept" field is very different between browser and jmeter. it is another issue. so, should i add this request to jmeter manually and control the fields?

