As an FYI, most HTTP libraries default enable the use of the 100 Continue aspect of HTTP. The GS servers do not work with this. I recommend either making them support 100 Continue or updating the docs.
Apologies for the delayed response. We'll raise this with the dev team and get a feature request added to the backlog for you or get the documentation updated if required.
Christopher Stewart
Hi,
As an FYI, most HTTP libraries default enable the use of the 100 Continue aspect of HTTP. The GS servers do not work with this. I recommend either making them support 100 Continue or updating the docs.
Examples:
http://stackoverflow.com/questions/566437/http-post-returns-error-417-expectation-failed
1 person has this question