添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
i’m tring to figure out why is not working.

if i make a curl it works well

curl -XGET ‘ https://myapiserver/user?authKey=user&authSecret=password

i have response in json

if i put the https://myapiserver/user?authKey=user&authSecret=password under json path from http api input i get nothing.

in json i can filter out one field with " jq ‘.credit’"

i add $.credit under json path of data to extract but nothing,
how i can debug this issue?