Monday, March 17, 2014

Re: marry

On 2014-03-17 15:12, François Ingelrest wrote:
> On 17 March 2014 13:00, Tim Chase wrote:
> > Hurray for "echo GET /path/to/resource HTTP/1.0 | telnet
> > domain.name 80" which allows safe viewing without risking browser
> > bugs. :-)
>
> Does it protect you from Telnet bugs ? ;-)

Fair enough. Actually, given the longevity of Telnet, I'd sooner
finger my terminal and/or ANSI escape sequences as a risk. So I
suppose a safest version would be something like

printf 'GET /path HTTP/1.1\r\nhost:host.name\r\n\r\n' | nc host.name 80 | xxd

to test http://host.name/path

-tim



--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment