Enviar firma como header de la medición #4

Closed
opened 2022-02-23 13:34:51 +00:00 by fauno · 1 comment
Owner
No description provided.
sergio.pernas was assigned by fauno 2022-02-23 13:34:51 +00:00
sing_file $registros/$file
firma="$(cat $registros/$file.sign)"
...
remote_transaction=$(curl -s --connect-timeout 0,9 --show-error -w "~%{http_code}" -X POST -H "X-Signature: $firma" -H "Content-Type: application/json" -d @$registros/$file $servidor 2> $curl_err)
sing_file $registros/$file firma="$(cat $registros/$file.sign)" ... remote_transaction=$(curl -s --connect-timeout 0,9 --show-error -w "~%{http_code}" -X POST -H "X-Signature: $firma" -H "Content-Type: application/json" -d @$registros/$file $servidor 2> $curl_err)
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Nodemecu/nodemecu#4
No description provided.