Yaak Logo
Yaak
Feedback/Import from curl does not work properly sometimes

Import from curl does not work properly sometimes

Malte Hoelscher·a year ago
ReleasedBug

Some curl commands do not import properly when pasted into the URL input. Usually the body/content of the request is imported incompletely.

I can provide some examples on request, but I cant post them here due to possibly sensible contents.

Linux2024.13.0

Comments (5)

Sign in to leave a comment.

Sanjai Kumar

Could you try replacing any sensitive values with dummy data and share it here?

Malte HoelscherOP

Ah, whilst trying to create dummy data I found out the problem: when the data is of some arbitrary other content type and contains multiple equals signs. example:

curl 'https://testtest/' \
-X POST \
-H 'content-type: application/x-amz-json-1.1' \
--data-raw 'this-part-is-imported=this-as-well=this-one-is-already-lost'

I think I also observed it for multi-part, but I cant remember whether there were excessive equals signs.

Gregory Schier

Thanks for the reproduction steps! I’ll get this fixed

Gregory Schier
Gregory Schier
Type to search feedback...