Home > Backend Development > PHP Tutorial > Apache does not respond to request headers containing Expect: 100-continue?

Apache does not respond to request headers containing Expect: 100-continue?

WBOY
Release: 2016-10-22 00:14:17
Original
1280 people have browsed it

As mentioned, as long as the client's http request header contains the field Expect: 100-continue, Apache will not respond!
Since the client is an EXE program, it can only modify the server-side configuration. Can anyone please give me some advice on how to configure Apache so that it can respond normally? Thanks!

Reply content:

As mentioned, as long as the client's http request header contains the field Expect: 100-continue, Apache will not respond!
Since the client is an EXE program, it can only modify the server-side configuration. Can anyone please give me some advice on how to configure Apache so that it can respond normally? Thanks!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template