Forum Discussion

MovhHMH's avatar
MovhHMH
Frequent Visitor
2 years ago
Solved

Looping problem with POST request to API using API key & request body

Sorry if there's bad formatting, this is my first time posting here. I've been trying to wrap my head around this problem, and tried looking for a solution, but ultimately came up empty handed. He...
  • MovhHMH's avatar
    2 years ago

    Thanks for the response Ibendlin. I have figured out the issue. It seems unfortunately, it is not possible to utilize authorization while also trying to use the "Content" parameter, as it changes Power BI's GET request into a POST request, which can only be done on anonymous authorization.

     

    The issue was resolved, however it was done by removing the requirement of the "content" parameter on the APIs end.