7

When using w3m terminal browser, how can I specify the http/s port that I want to use when connecting to a web server.

There does not seem to be a -p option to use non-standard ports (80 & 443). The colon syntax, localhost:8080 does not work either.

Anyone know how to do this? Seems like I have been able to specify the port in addition to the host on w3m before.

111---
  • 4,424
  • 3
  • 27
  • 50

1 Answers1

13

You need to use a full URL, e.g., w3m http://localhost:8080/ works.

derobert
  • 107,579
  • 20
  • 231
  • 279