Do you mean proxy or vpn? They are different things.
If you mean vpn, then there's nothing HTTP Request can do.
If you mean proxy, then for JMP 14 (and 14.2) environment variables (most networks are set up with auto configure options) is your only option.
BTW... internet open would require a proxy, too. That is, this:
Open(
"
https://en.wikipedia.org/wiki/ISO_4217",
HTML Table( 7, Column Names( 1 ), Data Starts( 2 ) )
);
shouldn't work either
Thanks,
Bryan.