HTTP header 411 error in asp.net -
I have an .aspx file with some simple logic This file can only be accessed using the HTTP posting method is. My problem is that in some registration form (rebirth), they ask me that I select the post URL (My APX URL) and Access method (Post or Gate) and then they try to reach the url and HTTP 411 error (header missing content-length).
Is there any way to stop web applications from sending this error back? Maybe there is some kind of configuration in web.config file?
Thank you very much,
etc ..
Comments
Post a Comment