1

Following value of authenticity_token getting truncated due to ampersand(&) in value.

authenticity_token=CUYGx8Wsvc4wVrqdqBSB0ePSvIZnRfh1Qf/XOWnekQc=

Due to this POST request is getting failed in Jmeter

HTTP format of POST request which got truncated :

enter image description here

Raw Format of same POST request :

POST http://abcdomain.com/punter/punteradmin/languages

POST data:
utf8=✓&authenticity_token=A7Fkebd2rYIyHF%26%2347%3Bn1Mm44p0iiRh%2BCRX4cTtVlrksHUU%3D&language[name]=Test Lang B&language[code]=ab-BB&commit=Add Language

Cookie Data:
$Version=0; _session_id=22795fce48a3f49d99b9d09a7a6aae07; $Path=/

Request Headers:
Content-Length: 154
Connection: close
Content-Type: application/x-www-form-urlencoded
Feroz
  • 61
  • 5

1 Answers1

0

In your POST request ensure you check in parameters table the Encode column for the token parameter.

enter image description here

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116