Hello,
I have the following question. In the Web Request action, does Appfarm perform any data type conversion on body content values? (Content Type: JSON, application/json)
We have cases, where we make request to an external API with the data with SSN value as a string (see the Body Content function return value on the screenshot), but we receive an error which might happen when SSN is sent as a number (more specifically, it relates to the cases when the value has β0β at the beginning and it gets stripped out).
According to the logs we receive in Appfarm when request fails, the data we send includes the SSN in a string format. However, the logs provided by the external API developers indicate that the SSN is not handled properly (the β0β is missing).
So, Iβm wondering if Appfarm might be performing some data type conversion when handling the Web Request action? Could it be that although we use a string data type in the Web Request, it is forwarded further as an integer?