开发者

Can an HTTPs page be reused for searching?

开发者 https://www.devze.com 2023-01-11 04:10 出处:网络
I have a main page that users visit via https. From that page, they can do a google search. However, the search results is displayed via h开发者_JAVA百科ttp and I no longer have control over the searc

I have a main page that users visit via https. From that page, they can do a google search. However, the search results is displayed via h开发者_JAVA百科ttp and I no longer have control over the search page. Is there a way to 'trap' the results and send it over a custom https page so the users results can be private?

Update: I guess the real question is can they browse the web through my website and since my site is https, get a private browsing session via my website.


You can make use of Google AJAX Search API to integrate search results in your own page: http://code.google.com/apis/ajaxsearch/

0

精彩评论

暂无评论...
验证码 换一张
取 消