Hello,
We have trouble sending a POST request to the WorldCheck One API. My assumption is that it has to do with the Content-Length header.
On this page there is an example request:
We have implemented an Azure Function using the Python script using the code samples (thanks for those!) but we get to another value for Content-Length, namely 80.
I think this is the reason that our request to the WorldCheck One API is not accepted.
How did you get to 88? And what are we doing wrong? Only when send the payload as string and I 'escape' all the double quotes, I get to 89, which is closer to 88, but still not the correct value.
Hope you can help!
Thanks.