luckymarmot / Paw-Issues

The issue tracker repository for the Paw HTTP Client app.
33 stars 0 forks source link

Extra linefeed character on dynamic values using `jq` #104

Closed nunogoncalves closed 3 years ago

nunogoncalves commented 3 years ago

Hello, It appears a new line character (\n) is being added to values resulting from jq dynamic values.

They are somehow escaped from headers values (we can see warnings of that situation) but are not from URL Params which makes them useless to work with.

I tried removing them with regex but they keep appearing.

image

Am I doing something wrong, or Is this a bug? Is there a workaround I could try? Thank you

nunogoncalves commented 3 years ago

I can close this issue. Turns out it's a bug on a plugin.