Forum Discussion
WebAction.Request Post Request No permission
Hi, kdbuser
Here are some references that may be helpful for you.
Expression.Error: We haven't been given permission to perform actions against this resource
How to send a GET method with content data with M?
Note that this function(WebAction.Request) is disabled in most contexts.
Consider using Web.Contents or Web.Headers instead.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Zeon,
But as I mentioned I cant use Web.Contents
- RHOU3 years agoAdvocate III
this is really frustrating ... why can't they just let us specifiy the HTTP Method our selves in Web.Contents() instead of arbitrarily deciding based on whether contents is included or not.
- artemus3 years agoMicrosoft Employee
It is a security issue. If you really want to do this you will need to author your own connector.