http-status-code-100 Questions

2

I'm working on a PHP webapp that accepts large POSTed file uploads from specific clients and would like to accept or reject these uploads (based on various headers and other factors, not just size)...
Pastorate asked 12/2, 2010 at 16:58

1

Solved

Many libraries include Expect: 100-continue on all HTTP 1.1 POST and PUT requests by default. I intend to reduce perceived latency by removing 100-continue mechanism on the client side on those re...
Parliament asked 22/1, 2013 at 13:28

3

Solved

I'm implementing a REST API using ASP.NET MVC, and a little stumbling block has come up in the form of the Expect: 100-continue request header for requests with a post body. RFC 2616 states that: ...
Pren asked 18/5, 2009 at 18:29
1

© 2022 - 2024 — McMap. All rights reserved.