[BUG] Possible incorrect CURL command generation #69
Closed
natepisarski
started this conversation in
Ideas
Replies: 1 comment
-
I'll recreate this issue on our internal bug tracker. Thanks for reporting this 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm not sure if this is the proper avenue to report a bug - please feel free to delete/move if it's not.
I noticed that if you have a situation like this:
POST /api/blah
application/json
then Flare will generate a CURL request that looks like:
Obviously
[object Object]
is what appears when Javascript casts an object to a string.I'm not familiar enough with CURL to know what the correct command is, but from very quick research it looks like this case should generate a
-d
flag instead.Beta Was this translation helpful? Give feedback.
All reactions