Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

100-Continue when POSTing #89

Open
wvdvegt opened this issue Jan 21, 2016 · 0 comments
Open

100-Continue when POSTing #89

wvdvegt opened this issue Jan 21, 2016 · 0 comments

Comments

@wvdvegt
Copy link

wvdvegt commented Jan 21, 2016

The A2 System does not support 100-Continue which seems default for .Net HttpWebRequest calls.

HttpWebRequest.Expect100Continue Property: when this property is set to true, client requests that use the POST method expect to receive a 100-Continue response from the server to indicate that the client should send the data to be posted. This mechanism allows clients to avoid sending large amounts of data over the network when the server, based on the request headers, intends to reject the request.

See https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#1xx_Informational
and https://msdn.microsoft.com/en-us/library/system.net.servicepoint.expect100continue(v=vs.110).aspx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant