[cs615asa] HTTP 417 from Part 2 CGI

Jan Schaumann jschauma at stevens.edu
Sat Apr 7 17:57:30 EDT 2018


Bradford O Smith <bsmith8 at stevens.edu> wrote:
 
> The command I have been using is:
> 
>     curl --data-binary @<script> <url>
> 
> Where <script> is the filename of my script and <url> is:
> http://ec2-54-145-67-75.compute-1.amazonaws.com/cgi-bin/hw5-2.cgi.

This is the correct way to submit the script.

How does your script start?  The server will save it and try to execute
it, so it needs a valid hash-bang, for example.

What's the output of curl when you add '-v' ?

-Jan


More information about the cs615asa mailing list