Hi there everyone!
Note: Die URLs in this post do not work.

I had a slight problem a while back, getting a form from WB to be displayed through an ssl-proxy. After solving this problem paritally, I am now stuck with a new one...
Ok, I now got the Form to be displayed through the proxy. Without the proxy the form is submitted and sent to my eMail address. Now I just have to get the
submission to work through the proxy.
Actually I only think this is a problem with the URL. Unencrypted the form is at
http://www.mysite.com/pages/forms/myform.phpand works fine. This is also the same URL shown in the browser window when the form is submitted.
To tunnel the form through the ssl-proxy I have to slightly change the URL, like so:
https://ssl.myisp.net/www.mysite.com/pages/forms/myform.phpNote that not the entire site is tunnelled through the proxy, only the form itself. I did that by creating a link on another page. This is not an internal WB-link.
The problem is that the URL changes after the form is submitted from what you see above to this:
https://ssl.myisp.net/pages/forms/myform.phpSo there is a part missing and this (new) URL doesn't exist.
There are two results:
1. The captcha field is empty. So the user is asked to enter the numbers but doesn't get to see them. Ok, this happens before the submission, but I turned captcha off for now, so this is not my main concern at the moment.
2. The form is never submitted and the user just gets an error message from the server (basicly a 401, but of course the ssl-proxy states that the URL isn't configured).
Now I have been through the view.php several times looking for clues on how to change the URL slightly, so it fits to the proxy. So far without any success. Is there someone who can clue me on this? Can I (re-) set a variable in myform.php to redirect the submission to the correct URL?
Regards,
Christian