You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method property MUST be a JSON string, such as "POST", as per RFC 7231. It defaults to "GET".
When provided, the arguments property MUST be a JSON object which properties are parameters of the HTTP request.
When method is "GET", the arguments are mapped as a query-string of the URL. Otherwise, the arguments are passed as the request body’s data and the encoding depends on the "Content-Type" provided in the headers object.
Can you provide an example using an POST method with some included arguments passed into the argument body (request body)?
Can you go into more details about the various encoding based on the "Content-Type" in the header?
The text was updated successfully, but these errors were encountered:
Per the documentation for HTTP Provider:
The text was updated successfully, but these errors were encountered: