Developer Forum »
Serving selected content via SSL
36 posts

Hi devs!

Is there any setting in Webnodes that allows to force redirection to https for specific/selected content? I know there is sth similar for the Edit UI. I know I can always implement it in code behind, but I was wondering if there is anything built-in already.

Cheers,

181 posts

Hi Andrzej!

There isn't anything built-in to do this, since it's easy to do yourself. Code-behind is one method, but a HttpModule can be another good solution.

 

36 posts

Ok, thanks for the info. I decided to use IIS URL Rewrite module with a RewriteMap. It is quite flexible and does not require any coding/deployment.

2 posts

I think not possible

181 posts

Hi! It is possible, but you have to write some code to do it.

1