Hi all,
I'm developing a Web Application and I need to work with SSL. I've installed OpenSA from http://www.opensa.org in a Windows machine. OpenSA is a Apache+SSL+OpenSSL based installation.
The hole Aplication works fine, but in some forms that have big amounts of data, that I submit using the POST method I wasn't able to pass tha data from the page that processes it when running the Aplication in [url]https://...[/url]
Does someone knows if there is a limitation when you send data via forms using the POST method ?
I tested the GET method instead and with the cofiguration that I mention is able to trasmit more data than de POST one, but it's the way that it has to be ...
Thanks for your help :p