I have a test I need to perform on a website which includes several pages transitions. At first I used the add on tool BlazeMeter to capture the traffic from my chrome browser, added the results to JMeter and ran the test plan, and it failed. For comparison and attempt to diagnoze the problem, I opened Fiddler and did the same flow again, added the .jml file to JMeter, and compared the Headers of the request to the captured data and I noticed that there are differences between the request, in the request headers:
So, question is, is there an issue with the cookies? My cookie manager in JMeter doesn't have any values. Should I concatenate cookie properties in my JMeter flow? Thanks