Hi there
Is there anyway to make DW render links(form post etc.) with HTTPS, instead of HTTP?
The problem is that our IIS server is behind a net scaler load balancer. That means that there is no HTTPS certificate on the IIS, but rather on the net scaler.
Therefore DW looks at itself as a HTTP site and renders for instance forms via the HTTP protocol. But when we use this form to send data, we need to send it via HTTPS.
Sometimes we can piece the form together and manually use the HTTPS protocal, but other times (like the item creator form) we need to use the "form start tag" to get the needed functionality, and it renders as HTTP.
Hope you can help.
/Rune