FreeRDP / FreeRDP-WebConnect

A gateway for seamless access to your RDP-Sessions in any HTML5-compliant browser
519 stars 1.62k forks source link

I want to use iframe #156

Open moelheni opened 8 years ago

moelheni commented 8 years ago

When using iframe i have this error Refused to display 'url' in a frame because it set 'X-Frame-Options' to 'sameorigin'.

c64cosmin commented 8 years ago

Are you using FreeRDP-WebConnect as is, or you're serving the static code using another HTTP server? As far as my investigation went, there is no place where 'X-Frame-Options' is set.

moelheni commented 8 years ago

I am trying to use iframe with src="url of freerdp VM"

WChCh commented 7 years ago

I integrated FreeRDP-WebConnect by copied the webroot folder to my project and made some modifications.