It is always important to post all the relevant information when you post a question.
Hi Erel, thanks again for your reply
Ok then, let me approach this differently
I am trying to use POST (instead of GET) to validate and log a user to some back end system and allow the user to interact with the system from within a Webview.
Using Get, all what I have to do is this:
WebView1.LoadUrl( UrL?Email=SomeEmailAddress&Password=SomePassword )
I am trying to achieve the exact same result with POST. What would be the equivalent syntax using POST?