Mark,
this looks fine. If you inspect the headers that curl *send* to the server,
you'll see a "Expect: 100-continue". Read this as the client saying "Server, I
expect you to send me a 100 response first, then I'll send you the request
body, okey?"
Technical description in https://tools.ietf.o
Hello, I have a project I have been working on where I need to dend "201
Created" then "Loction http://IPADDRESS/result.
I am setting headers i PHP and have checked in wireshark and although I did
see 201 Creater and Location http://IPADDRESS/result I was later informed
that the PHP code I was usi