mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added some logs, ask test script encodes JSON uri component
This commit is contained in:
parent
1aa5c7eef4
commit
45962874fd
4 changed files with 9 additions and 2 deletions
|
@ -23,6 +23,9 @@ elif [ "$#" -eq 2 ]; then
|
|||
fi
|
||||
|
||||
../bin/hr.sh
|
||||
|
||||
data=$(node -e "console.log(encodeURIComponent('$data'));")
|
||||
|
||||
echo sending
|
||||
echo "Question: $q"
|
||||
echo "Data: $data"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue