HTTP

I make an HTTP call

Component Signature

<bx:HTTP URL=[string]
port=[numeric]
method=[string]
proxyServer=[string]
proxyPort=[string]
proxyUser=[string]
proxyPassword=[string]
username=[string]
password=[string]
userAgent=[string]
charset=[string]
resolveUrl=[boolean]
throwOnError=[boolean]
redirect=[boolean]
timeout=[numeric]
getAsBinary=[string]
result=[string]
delimiter=[string]
name=[string]
columns=[string]
firstRowAsHeaders=[boolean]
textQualifier=[string]
file=[string]
multipart=[boolean]
multipartType=[string]
clientCertPassword=[string]
path=[string]
clientCert=[string]
compression=[string]
authType=[string]
domain=[string]
workstation=[string]
cachedWithin=[string]
encodeUrl=[boolean] />

Attributes

AtrributeTypeRequiredDescriptionDefault

URL

string

true

port

numeric

false

method

string

true

GET

proxyServer

string

false

proxyPort

string

false

proxyUser

string

false

proxyPassword

string

false

username

string

false

password

string

false

userAgent

string

false

BoxLang

charset

string

false

UTF-8

resolveUrl

boolean

false

false

throwOnError

boolean

false

true

redirect

boolean

false

true

timeout

numeric

false

getAsBinary

string

true

auto

result

string

true

bxhttp

delimiter

string

false

name

string

false

columns

string

false

firstRowAsHeaders

boolean

false

textQualifier

string

false

file

string

false

multipart

boolean

false

false

multipartType

string

true

form-data

clientCertPassword

string

false

path

string

false

clientCert

string

false

compression

string

false

authType

string

true

BASIC

domain

string

false

workstation

string

false

cachedWithin

string

false

encodeUrl

boolean

false

true

Examples

<bx:HTTP URL=[string]
port=[numeric]
method=[string]
proxyServer=[string]
proxyPort=[string]
proxyUser=[string]
proxyPassword=[string]
username=[string]
password=[string]
userAgent=[string]
charset=[string]
resolveUrl=[boolean]
throwOnError=[boolean]
redirect=[boolean]
timeout=[numeric]
getAsBinary=[string]
result=[string]
delimiter=[string]
name=[string]
columns=[string]
firstRowAsHeaders=[boolean]
textQualifier=[string]
file=[string]
multipart=[boolean]
multipartType=[string]
clientCertPassword=[string]
path=[string]
clientCert=[string]
compression=[string]
authType=[string]
domain=[string]
workstation=[string]
cachedWithin=[string]
encodeUrl=[boolean] />

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC