Skip to content

Add cURL Import/Export Plugin#835

Closed
prince205927 wants to merge 1 commit intoundera:masterfrom
prince205927:master
Closed

Add cURL Import/Export Plugin#835
prince205927 wants to merge 1 commit intoundera:masterfrom
prince205927:master

Conversation

@prince205927
Copy link
Copy Markdown

New Plugin: cURL Import/Export

What it does

This plugin adds two features to JMeter:

  1. Import from cURL — Paste any cURL command (from Chrome DevTools,
    Firefox, Postman, documentation) and generate a fully configured
    HTTP Request sampler with headers, body, auth, cookies, and timeouts
  2. Export as cURL — Select any HTTP Request sampler and copy it
    as a ready-to-use cURL command

Why it's useful

  • Developers share API calls as cURL commands daily
  • Browser DevTools provide "Copy as cURL" but getting that into JMeter
    is currently a painful manual process
  • No existing JMeter plugin provides this functionality

Plugin Details

Screenshots

Import Dialog
Export Dialog

@undera
Copy link
Copy Markdown
Owner

undera commented May 10, 2026

How is it different from https://jmeter.apache.org/usermanual/curl.html ?

@undera
Copy link
Copy Markdown
Owner

undera commented May 10, 2026

Looks like your PR was generated by LLM: it misses the practice of contributing plugins, which described many times in support channels and other PRs. You did not research that at all, did not look at past PRs contributing plugins. Descriptor JSON is invalid and misplaced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants