Hi there,
Let me set the scene ... I have two applications. Program A runs on standard shared hosting and Program B is on a semi dedicated box.
What happens is somebody logs into Program A securely. This works fine, no issues. However, I now need the ability to port them through to Program B. I tried using HttpWebRequest and encrypting the data that I sent however I get the following error:
The remote server returned an error: (403) Forbidden.
In hindsight, I assume now that Jodohost dont allow external connections to post data as this could be a potentially security flaw?
What is the best way to pipe this information through? I could use an encrypted querystring value ... any thoughts?
Let me set the scene ... I have two applications. Program A runs on standard shared hosting and Program B is on a semi dedicated box.
What happens is somebody logs into Program A securely. This works fine, no issues. However, I now need the ability to port them through to Program B. I tried using HttpWebRequest and encrypting the data that I sent however I get the following error:
The remote server returned an error: (403) Forbidden.
In hindsight, I assume now that Jodohost dont allow external connections to post data as this could be a potentially security flaw?
What is the best way to pipe this information through? I could use an encrypted querystring value ... any thoughts?