Test connectivity for the web service: Difference between revisions
Jump to navigation
Jump to search
m
→How to connect to the web service
| Line 15: | Line 15: | ||
* curl<ref>[https://curl.se/docs/manpage.html curl - How To Use]</ref>: {{kbd | key = <nowiki>curl -vL http://IP:Port</nowiki>}} | * curl<ref>[https://curl.se/docs/manpage.html curl - How To Use]</ref>: {{kbd | key = <nowiki>curl -vL http://IP:Port</nowiki>}} | ||
** (optional if curl command was not installed) [https://help.ubidots.com/en/articles/2165289-learn-how-to-install-run-curl-on-windows-macosx-linux Learn how to install & run cURL on Windows/MacOSX/Linux | Ubidots Help Center] | |||
** commands e.g. | ** commands e.g. | ||
*** (1) Write output to <file> instead of stdout using {{kbd | key = <nowiki>curl -voL https://www.google.com</nowiki>}} | *** (1) Write output to <file> instead of stdout using {{kbd | key = <nowiki>curl -voL https://www.google.com</nowiki>}} | ||