jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

Import from cURL is having some limitation for length of the string to be processed as cURL command

Open sebiboga opened this issue 2 years ago • 1 comments

Expected behavior

You are able to paste any cURL command into Import from cURL window

Actual behavior

Due to some limitations, the UI freeze and the string is not copied in the window "Import from cURL" You can wait as long as you can, no error message is seen but the text is not displayed in GUI

image

Steps to reproduce the problem

Preconditions: have a very huge cURL command. In our case, I did counted number of characters to be imported. It has 153142 characters. it's a huge call with 451 parameters in the payload. removing the cookie from this call, it remains 150490 characters

  1. Copy cURL command from Chrome DevTool
  2. go to JMeter GUI
  3. click on Tools
  4. click on Import from cURL
  5. paste the cURL command into this screen

JMeter Version

5.6.2

Java Version

java version "1.8.0_391"

OS Version

Windows 10

sebiboga avatar Oct 31 '23 08:10 sebiboga

Facing the same issue any workarounds for this ?

aswinchembath avatar May 15 '24 12:05 aswinchembath