Troubleshooting of curl errors: Difference between revisions
Jump to navigation
Jump to search
How to resolve the error: no matches found
(How to resolve the error: no matches found) |
|||
| Line 76: | Line 76: | ||
< Location: /path/to/plain_text.txt | < Location: /path/to/plain_text.txt | ||
</pre> | </pre> | ||
== How to resolve the error: no matches found == | |||
Error condition | |||
* When I executed the Curl command {{kbd | key=<nowiki>curl http://website.test/http_status.php?case=500</nowiki>}}, but I met the error message: "zsh: no matches found: <nowiki>http://website.test/http_status.php?case=500</nowiki>" | |||
Solution | |||
* Double quote the {{kbd | key=<nowiki>URL</nowiki>}} e.g. {{kbd | key=<nowiki>curl "http://website.test/http_status.php?case=500"</nowiki>}} | |||
== Further reading == | == Further reading == | ||