Forum Discussion

JackSoderstrom's avatar
5 years ago
Solved

M language how to get this header to work?

Trying to create a custom connector but can't with this header for some reason. Not sure how to use it correctly.   This works just fine as a GET request   shared Connector.Contents = () => ...
  • lbendlin's avatar
    5 years ago

    That's not how POST works in Web.Contents()

     

    • Content: Specifying this value changes the web request from a GET to a POST, using the value of the option as the content of the POST.

    Web.Contents - PowerQuery M | Microsoft Docs