bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Creating request with curl, -g parameter doesn't work

Open liujigang opened this issue 10 months ago • 0 comments

example:


curl -X GET \
  -H "X-Id: appid" \
  -G \
  --data-urlencode 'limit=100' \
  https://host/1/classes

liujigang avatar Apr 04 '24 17:04 liujigang