How to call an URL using POST Method

Question: Hello,
I need to call an external URL using the user and password but if I try to do it using the WS_EXECUTE function or show_url method these parameters are showed in the URL bar so it is not a good idea.

Solution to my problem seem to be to call the URL using the POST Method, because the options above are using the GET Method, but I have not been able to find how to call the URL in this way.

There is someone that can help me?

Thanks in advance
Nono

Answer:
To call a URL using POST, you can easily make a simpel Form and put it into an HTML-Document.

--- example.html---------

<FORM METHOD=POST ACTION="your url">
<INPUT TYPE="submit">
</FORM>


Regards
Marco
Copyright ?2007 - 2008 www.jt77.com