0
votes

I m new in jmeter i want to know if i send post request for login with cookies then in Response below information is displaying .

Request Error We’re sorry, there was a problem with your request. Please make sure you have cookies enabled and try again.

What could be going wrong.?

enter image description here

1
How did you record your script for Linkedin Login? I have just tried it (using blazemeter plugin) and it works perfectly for me. - TestingWithArif
i record it through jmeter recording controller .... - punnet

1 Answers

0
votes

It may be not about the missing or incorrect cookies.

You need to provide valid loginCsrfParam value as well, it needs to be extracted from previous response via one of the following PostProcessors:

converted into a JMeter Variable and used as a parameter in your login request.

See How to Load Test CSRF-Protected Web Sites guide for comprehensive information on bypassing CSRF protection in your JMeter test.