Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close Submission failedFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close Your name Your email Suggestion* Parameters Parameter Description uri The target URI to which form data will be transmitted. form An HTML form to send. ReturnsUnityWebRequest A UnityWebRequest configured to send form data to uri
via POST
.
Creates a UnityWebRequest configured to send form data to a server via HTTP POST
.
This method creates a UnityWebRequest, sets the uri
and sets the method to POST
. The Content-Type
header will be set to application/x-www-form-urlencoded
by default.
This method attaches a DownloadHandlerBuffer to the UnityWebRequest. This is for convenience, as we anticipate most users will use the DownloadHandler to check replies from the server, particularly in the case of REST APIs.
The string in the form
parameter is expected to be a preformatted HTML form. It will be escaped and sent as UTF-8 string.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4