开发者

Is there a limit to POST over HTTPS for IIS 7?

开发者 https://www.devze.com 2023-02-07 19:45 出处:网络
I am building a web service in PHP that processes data received from a Windows application through a SOAP request. The Wind开发者_StackOverflow社区ows application is a bit of a black box but it genera

I am building a web service in PHP that processes data received from a Windows application through a SOAP request. The Wind开发者_StackOverflow社区ows application is a bit of a black box but it generates a long stream of messages and then POSTS them as a single SOAP request.

Using HTTP this works and requests sized in multiple Mb's work fine.

Using HTTPS only small requests work larger requests fail with a Internal Server Error 500 and never make it to the PHP web service.

The PHP application itself runs on a W2008 server, under IIS7

Is there a setting that influences this or is there a known limit to HTTPS requests?

0

精彩评论

暂无评论...
验证码 换一张
取 消