Forum Discussion
rtaylor
6 years agoHelper III
Working Examples of WebAction.Request
Hello, I'm looking for any working examples of using WebAction.Request? Also, does anyone know the syntax of an action type? Thank you
lbendlin
6 years agoSuper User
See this thread
Syntax would be (for example)
web2 = WebAction.Request(WebMethod.Post,URL,[Content = data, Headers = headers, ManualStatusHandling = {404, 400}]),
Any particular reason you need to use this versus Web.Contents ?