From 2753eae17e0ed8ae3803d0508f60caec515669fc Mon Sep 17 00:00:00 2001 From: ledibr Date: Mon, 23 Jun 2025 12:16:16 -0400 Subject: [PATCH] Fixes #252 --- documentation/clamsapp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/clamsapp.md b/documentation/clamsapp.md index f9967d8..27d1a6e 100644 --- a/documentation/clamsapp.md +++ b/documentation/clamsapp.md @@ -172,6 +172,9 @@ $ curl -H "Accept: application/json" -X POST -d@input.mmif -s http://localhost:5 $ clams source audio:/data/audio/some-audio-file.mp3 | curl -X POST -d@- -s http://localhost:5000 > output.mmif ``` +Windows PowerShell users may encounter an `Invoke-WebRequest` exception when attempting to send an input file with `curl`. +This can be resolved for the duration of the current session by using the command `remove-item alias:curl` before proceeding to use `curl`. + #### Configuring the app Running as an HTTP server, CLAMS Apps are stateless, but can be configured for each HTTP request by providing configuration parameters as [query string](https://en.wikipedia.org/wiki/Query_string).