0

I use Asp.net web from and IIS 8 and sometimes I saw this result instead of Html result in my browser:

Show plain text instead of Html result

I use "FortiWeb" as Web Application Firewall(WAF) and it configured to convert request http to https. This error sometimes occurs in random page. Am I mistaken in IIS setup?

neuro
  • 14,948
  • 3
  • 36
  • 59
Fred
  • 3,365
  • 4
  • 36
  • 57

1 Answers1

0

For me it seems to me a normal Http 200 OK message. It states "Content Encoding gzip" also. Isn't it just a compressed version of the normal HTTP resonse? Which can happen if comression is enabled in your IIS configuration.

Csaba Benko
  • 1,101
  • 8
  • 15
  • I use "FortiWeb" as Web Application Firewall(WAF) and this configured to convert request `http` to `https`. – Fred Jul 18 '16 at 08:10