gpt4 book ai didi

asp.net - 传输编码 : Chunked causes 404 The system cannot find the file specified

转载 作者:行者123 更新时间:2023-12-02 14:07:37 25 4
gpt4 key购买 nike

我正在尝试发布到 IIS6 提供的页面,并添加以下 header :

Transfer-Encoding: chunked

执行此操作时,我收到 404 错误:系统找不到指定的文件。。如果我向没有此 header 的页面发出相同的请求,则它肯定存在。

这是 header - 两个请求之间的唯一区别是分块...

POST http://hostname/appname/index.html HTTP/1.1
Host: hostname
Connection: keep-alive
Transfer-Encoding: chunked
Cache-Control: max-age=0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31
Content-Type: application/x-www-form-urlencoded
Referer: http://referrer/

还有正文:

4
xxxx
0

IIS 元数据库在 W3SVC 级别将 AspEnableChunkedEncoding 设置为 true,并且不会在站点级别覆盖它。

为什么我会收到 404 错误?

更新:我注意到对不成功请求的响应:

x-powered-by: asp.net

... header 不存在。我不知道这是否有帮助 - 如果我不在请求中设置 header ,它就会在那里。

最佳答案

是否安装了 URLScan?它可能会阻塞标题

关于asp.net - 传输编码 : Chunked causes 404 The system cannot find the file specified,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18920422/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com