Test connectivity for the web service: Difference between revisions
Jump to navigation
Jump to search
m
→How to connect to remote web service
m (→Tools) |
|||
| Line 92: | Line 92: | ||
curl | curl | ||
* {{kbd | key = curl -v -o /dev/null http://IP:Port}} If failed. It will show the message: "failed: Connection refused" | * {{kbd | key = <nowiki>curl -v -o /dev/null http://IP:Port</nowiki>}} If failed. It will show the message: "failed: Connection refused" | ||
=== other issues === | === other issues === | ||