Manage cookies in jmeter

0

Good afternoon,

What happens is that I am simulating a request that responds an XML is not a web service. Add the cookie manager and these 3 lines:

CookieManager.check.cookies = false CookieManager.save.cookies = true CookieManager.allow_variable_cookies = true

And the request responds

GET data:

[no cookies]

Request Headers: Connection: keep-alive Host: pruebas.benedan.com.co User-Agent: Apache-HttpClient / 4.5.3 (Java / 1.8.0_161)

The request is post. I appreciate the help very much.

    
asked by Andres Giraldo Montoya 02.02.2018 в 20:04
source

0 answers