Forrest logo
back to the curl tool

curl:ai:d57e9

how do I test this port 8087 is working without doing this command - telnet rctq-kvs2-02-b.qa.gtnexus.com 8087
$ curl -IsS -m 5 rctq-kvs2-02-b.qa.gtnexus.com:8087
try on your machine

Tests if the port 8087 is open by checking the response headers. Returns only the headers (disables body output) and sets a 5-second connection timeout.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how do I test this port 8087 is working without doing this command - telnet rctq-kvs2-02-b.qa.gtnexus.com 8087 ?
back to the curl tool