Hi,
I have a basic search component which is used on a page and I am using reference component on another page to refer to the basic search.
The problem is, basic search component has pathbrowser form element for action url. Now when basic search component displaying through reference component, its adding 'HTTP' to action url of search form whereas it should add 'HTTPS'.
Please help me to fix this issue.
Thanks
Harpreet
Views
Replies
Total Likes
Is your this your own custom basic search component?
Views
Replies
Total Likes
Sorry, I think I clicked somthing and it took away the question from one of the developer. Yes, basic search is a custom component.
Views
Replies
Total Likes
Making sure that your using a relative path, for example "/bin/my-custom-servlet", your website should be either requesting https or http, depending on the Protocol off where the website is serving the page.
Views
Replies
Total Likes
Views
Likes
Replies