HTTP POST data is not passed to ASP .NET!!
We have deployed OAM IIS webgate, HTTP Post data is not passed to ASP .NET page.
If it access post data in Global.asax.cs using Request.Form["..."], all post data are not passed to target ASP .NET page.
browser ---[data1=aaa&data2=bbb]--->IIS-->Global.asax-->Global.asax.cs---[data is removed with OAM webgte]----[no post data]-->test1.aspx
Environment Details
=========================
OS : Windows 2012 R2 64-bit
IIS : IIS 8.5
OAM Server: 11.1.2.3.0 ( OAM 11g R2 PS3 ) IIS Webgate : 11.1.2.2.0 + Patch 20216345
Followed steps
================
1. ASP .NET 4.5 feature should be installed on you IIS 8.5 server.
2. Place Global.asax, Global.asax.cs, test1.htm, test1.aspx, test1.aspx.cs in your Website root directory.