Hi Porter:
I wrote:
>get_vals: func [] [
> make block! reduce [
> to-lit-word! protocol
> username
> password
> hostaddr
> filepath
> ]
>]
Should be:
get_vals: func [] [
make block! reduce [
to-lit-word protocol
username
password
hostaddr
filepath
]
]
or
get_vals: func [] [
make block! reduce [
to lit-word! protocol
username
password
hostaddr
filepath
]
]
i.e. with dash and no exclamation mark, or with exclamation and no dash.
;- Elan >> [: - )]
- [REBOL] HTTP basic auth - object? woodward
- [REBOL] HTTP basic auth - object? Re: Al . Bri
- [REBOL] HTTP basic auth - object? Re: icimjs
- icimjs
