Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


How to Specify the Port in a HTTP Request

Keywords:   HTTPFirewall	port numbers default port

Question:

I'm doing a HTTP request and need to specify a port number on my webserver different from the default port. I'm not going through a firewall so I need an alternative similar to HTTPFirewall.

Answer:

Try:
	HTTPFirewall(1,"www.yourhost.com", "your port number", "", "")

Article ID:   W12657
Filename:   How to Specify Port in HTTP Request.txt