1

I keep encountering the error: "The page was not displayed because the request entity is too large." (413 error upon checking IIS logs) when connecting to my application using Internet Explorer but I do not get this error at all using Chrome. I am not uploading anything, I'm just accessing the site. Fiddler says that the Entity Size is 597 bytes only so this shouldn't be a problem.

My setup is as follows:

  • Windows Server 2012 R2 Standard Edition
  • IIS 8.5, Extended Protection: Accept; Kerberos enabled
  • Application Server: Wildfly 8.2.0 Final

I've tried several suggested solutions from different questions here, Some of them are as follows:

Community
  • 1
  • 1
ericute
  • 144
  • 1
  • 2
  • 15

1 Answers1

1

The solution that worked for me is the removal of Negotiate in the Providers. It is found in Server > Authentication > Providers (at the right pane).

Sample image here.

I also updated the Advanced Setting of Authentication:

  • Extended Protection: Off
  • Enable Kernel-mode authentication: True
ericute
  • 144
  • 1
  • 2
  • 15