J
Joe Morse
Hello. I'm writing an application that screen-scapes an ASP.NET
application. This ASP.NET application uses a postback to refresh state
when the value of a field in a form is changed. This works fine in a
browser, but not in my proxy. The ASP.NET returns a 500 error without
any further explanation.
I'm wondering whether .NET requires a certain ordering of the POST
body parameters? The proxy does reorder some parameters.
application. This ASP.NET application uses a postback to refresh state
when the value of a field in a form is changed. This works fine in a
browser, but not in my proxy. The ASP.NET returns a 500 error without
any further explanation.
I'm wondering whether .NET requires a certain ordering of the POST
body parameters? The proxy does reorder some parameters.