Forum Discussion
Markzolotoy
5 years agoImpactful Individual
Keep getting 400 error
I have a working API that when I hit from Query keeps returning 400 error no matter what I do. I understand that without showing API documentation which I dont have it might be hard to help but still...
- 5 years ago
Finally figured it out. Here is how I am preparing parameters:
Text.ToBinary(Uri.BuildQueryString(body))
After that the backend gets proper parameters.
Markzolotoy
5 years agoImpactful Individual
Finally figured it out. Here is how I am preparing parameters:
Text.ToBinary(Uri.BuildQueryString(body))
After that the backend gets proper parameters.