I would like to telnet to a MT box and run ‘something’ that would request a web page and stream the reply. I know that a full featured telnet client should be able to do this with a GET, but the one in MT seems not to work.
Nevermind… my personal MT box didn’t have fetch, but the lab box did… groovy…
Syntax question: while the fetch tool does allow for user and pass (kudos!), it seems to have a problem with a $ in the password. What is the proper way to pass a $ in a string like password=“pas$word”
have you tried escape char like $ to write actual $ to system not implying that following will be variable or anything else like with other special characters?
While the question about how to send a $ in the password field lingers, I have removed the $ from the password on the device and made it a ‘simple’ password. It still doesn’t work however.
something to do with host headers… seems like /tool fetch has to use both the path and the server name - not all part of the same field. if you use IE and http://12.34.56.78/apstatus.html do you get the login, or only with hostname ?
No, that’s not it… the dialog pops up if I use the host name or ip addy…
In fact, I started another thread on this. The device I am trying to contact doesn’t even have a host name, it is a Canopy AP. But that doesn’t seem to be part of the issue. It turns out that fetch isn’t even authenticating against an apache server with basic authentication.