[cs615asa] HTTP 417 from Part 2 CGI

Jan Schaumann jschauma at stevens.edu
Sat Apr 7 22:03:19 EDT 2018


Brian J Zawisza <bzawisza at stevens.edu> wrote:
> A simple fix for now:
> add -H 'Expect:' to your curl command

Indeed.  If your script is larger than 1024 bytes, then curl(1) will
automatically add the 'Expect: 100-continue' to the initial POST
request.  Adding a custom 'Expect:' header (i.e. an empty one) works
around that.

Good call.

-Jan


More information about the cs615asa mailing list