Forum Discussion

Markzolotoy's avatar
Markzolotoy
Impactful Individual
5 years ago
Solved

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...
  • Markzolotoy's avatar
    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.