I have a simple form that i need to post some data to...
A customer will enter an upgrade id into a form on my server (SERVER-A) and I need to post that form to SERVER-B
Here is my url that I need to hit
https://SERVER-B.COM/webservice/upgrade/v1/registration.ph p?region=WSTSWP U8&upgid=F0A0B0 L250VT&upgpkgid =A2T0DGYTERD0&m ode=0
If I load the SERVER-B url into a browser on it's own it will return this...
<response>
<code>609</code>
</response>
I need to grab/manipulate the <code> tag.
I am savy with asp but have not used xml all that much. As I understand it now I cannot use xmlhttp request to get data from an outside server or a server other than my own.
I'm stuck with something that must have been dealt to by someone smarter than I.
Thanks
A customer will enter an upgrade id into a form on my server (SERVER-A) and I need to post that form to SERVER-B
Here is my url that I need to hit
https://SERVER-B.COM/webservice/upgrade/v1/registration.ph p?region=WSTSWP U8&upgid=F0A0B0 L250VT&upgpkgid =A2T0DGYTERD0&m ode=0
If I load the SERVER-B url into a browser on it's own it will return this...
<response>
<code>609</code>
</response>
I need to grab/manipulate the <code> tag.
I am savy with asp but have not used xml all that much. As I understand it now I cannot use xmlhttp request to get data from an outside server or a server other than my own.
I'm stuck with something that must have been dealt to by someone smarter than I.
Thanks
Comment