PN 1001933 rev 2
© NimbeLink Corp. 2022. All rights reserved.
25
Properly formatting the POST command can be challenging. Below are a few pointers
for correct POST command formatting and entry:
● It is usually impossible to paste the entire POST command all at once. Try
pasting the command in line-by-line as opposed to all at once.
● Press "
CTRL+M, CTRL+J
" after each line of the POST command. This sequence
enters in a newline and carriage return character after each line.
● Press "
CTRL+M, CTRL+J, CTRL+M, CTRL+J
" after the "
Content-Length: 115
"
line. In other words, insert two newline and carriage return sequences after this
line.
● Replace the "
AWS_TEST_THING
" identifier with the unique name assigned during
● Replace the AWS endpoint "
a272...amazonaws.com:8443
" with the unique
endpoint associated with the Amazon AWS account in use.
● If the contents of the JSON are changed for any reason, the integer argument of
the "
Content-Length: 115
" line must be modified.
In other words, if the JSON is made larger or smaller, the total number of bytes
being sent must be recalculated, and the "
Content-Length: x
" line must be
updated with the new length.