I am building an app where I need to allow a user to add a large text (a story) to his account in server.
This will be done like this:
- application developed in vb.net for article formatting
- pass the story to php page using request variables (because direct connection to MySql server can reveal my password in app exe)
- php file will store data to database.
But right now I get: 414 error - url too big.
Any alternative to this ?