Forum Discussion
Forcing Web.Contents to make a GET call with a body
WebAction.Request with a get method sounds like it's the alternative to Web.Contents to address my requirement, but I cannot for the life of me find a single working example.
I'm getting "Expression.Error: We haven't been given permission to perform actions against this resource" like other people in various unresolved threads across the web.
Edit: Chris Webb told me on Twitter that "those functions [WebAction.Request, WebMethod.Get/Post etc.] aren’t for public use and should really be hidden."
otravers Have you found a solution to your problem?
I dealing with a REST Api that requires that I submit Content with GET to specify what exactly I want to retrieve. This limitation makes it really difficult ...
- otravers3 years ago
Community Champion
No, as far as I can know Web.Contents still behaves the same way:
https://learn.microsoft.com/en-us/powerquery-m/web-contents#about