asp.net - Error 403 on SECOND postback of the same form (and various other situations) -


we migrated our application (iis server + db server) aws , modified network architecture little bit. entry point of system astaro firewall (we use aws ami) host ssl certificate of web server. related firewall has been done vendor , have read-only privileges.

we getting 403 errors in few situations explain one, may related.

we got form query database , return report in html format (this report have checkbox updates). first time form submitted, report back. if wanna post form again, updated new data, crash, returning error 403. noted doesn't crash when first results returned low number of rows (or none).

looking @ details of posts in developer tools, seems difference between working , 403 error reply size of data posted. second post always bigger because contains data of first report (as page have other option checkbox rows).

also, looking @ iis logs don't see traces of post crash. nothing @ all.

this problem happen in production. in dev environment it's working flawlessly. only difference production have firewall/ssl, while development open. why think may related ssl.

the vendor not helpful, looking pinpoint issue , trying take situation in our hands.

any input appreciated.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -