Basic HTTP script
I am trying to create a Call-me-Now web application however I am having problem with Create the http form and understanding exactly how to get the phone number from the *untrusted* website to our highly *trusted* and secure CCX server.
Can someone explain or provide a link as to how create a basic http request .
I downloaded a reviewed a number for scripts form this site but I was not able to figure out exactly how to accomplish this task.
Thanks
- Forums Topic:

Basic HTTP script
Found the answer to my question. The 'form action' html command send the internet facing web page results to the UCCX server via the specified url which can also include authentication information .
Basic HTTP script
Found the answer to my question. The 'form action' html command send the internet facing web page results to the UCCX server via the specified url which can also include authentication information .
Basic HTTP script
Did a some more research and found that the web site is needed on the CCX server so that the server can intercept http request to the site and trigger the CCX script application.
So my new question is how does http request from an external website trigger the CCX script/application?