USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Send an HTTP GET request using the .NET HTTP stack with full credential and header support
Issues an HTTP GET to the URL specified by cmd using the HTTPGetNet helper. Supports content type, optional POST body, username/password/domain credentials, and an allow-all-status-codes flag to suppress 4xx errors.
| Parameter | Description |
|---|---|
| cmd | URL |
| Argument 0 | Content Type |
| Argument 1 | Data to send (leave blank in normal use) |
| Argument 2 | User name |
| Argument 3 | Password |
| Argument 4 | Domain Name |
| Argument 5 | Not used |
| Argument 6 | Allow all status codes including 400. When this is set, a 400 will still set the response and will not raise an error. When this is not set, a 400 will raise an error |
HttpGetNet "URL", "Content Type", "Data to send (leave blank in normal use)", "User name", "Password", "Domain Name", "Not used", "Allow all status codes including 400. When this is set, a 400 will still set the response and will not raise an error. When this is not set, a 400 will raise an error"