Forum Discussion

JoseAntonioB's avatar
JoseAntonioB
New Member
3 years ago
Solved

Json.Document error: 404 Not found

Hi, I am doing the following command, and I got a 404 Error (resource not found), although If I make the same request in Postman or Apiary, it works fine.   let Source = Json.Document(Web.Content...
  • JoseAntonioB's avatar
    JoseAntonioB
    3 years ago

    Stephan, I finally found what the error was but not its solution. Power Query is built to handle automatically GET endpoints but not POST. There are a few articles on the Web regarding how to make a POST in Power Query but they a very obscure and specific case oriented. Power Query did not handle POST endpoints as, for example, Postman does. I hope this feature will be implemented in the near future since is part of the basics of REST APIs.

    Thanks for your help!