简体   繁体   中英

How can I embed another website's login functionality into my own?

I am trying to embed a website into my site, while sending server requests to the original site. Specifically, I am trying to embed a website's roundcube client . I have tried a normal iframe, but it does not have login functionality. Is this possible? Thanks for any help.

The website you are trying to Embed probably has X-Frame-Options header set to disallow it to be rendered in an iFrame.

Read about X-Frame-Options at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM